From 3d9724565df64a91e0faafd4e6beeb5b111168e9 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Sat, 7 Jan 2023 22:33:09 +0200 Subject: [PATCH] Upgraded to latest dlog version --- dub.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}