From 140eadc321e28bc965ee35ee7461982250bc41f8 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Tue, 9 Apr 2024 14:30:30 +0200 Subject: [PATCH] Dub - Added `dlog` local version --- dub.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index aa9acc6..0e020d1 100644 --- a/dub.json +++ b/dub.json @@ -5,10 +5,10 @@ ], "copyright": "Copyright © 2023, Tristan B. Kildaire", "dependencies": { - "dlog": ">=0.3.19" + "dlog": ">=0.3.19+commit.10.g6e48960" }, "description": "Simple VT100 colourised pretty-printing logger", "license": "LGPL 3.0", "name": "gogga", "targetType": "library" -} \ No newline at end of file +}