diff --git a/dub.json b/dub.json index 3573864..f542959 100644 --- a/dub.json +++ b/dub.json @@ -4,11 +4,11 @@ ], "copyright": "Copyright © 2022, Tristan B. Kildaire", "dependencies": { - "dlog": "~>0.0.6", + "dlog": "0.1.1", "eventy": "0.4.0" }, "description": "A sane IRC framework for the D language", "license": "LGPL-3.0", "name": "birchwood", "targetType": "library" -} \ No newline at end of file +}