From 3d4f3bfdf61014a984d18c3e213de9301ee90bbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Sun, 3 Mar 2024 09:25:02 +0100 Subject: [PATCH] Allow compilation with vibe.d 0.10.x. --- dub.sdl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dub.sdl b/dub.sdl index 582c2dd..9cbccbc 100644 --- a/dub.sdl +++ b/dub.sdl @@ -3,8 +3,8 @@ description "Embedded comment engine" authors "Sönke Ludwig" copyright "Copyright © 2017-2023, Sönke Ludwig" license "MIT" -dependency "vibe-d:mongodb" version=">=0.7.31 <0.10.0-0" -dependency "vibe-d:web" version=">=0.7.31 <0.10.0-0" +dependency "vibe-d:mongodb" version=">=0.7.31 <0.11.0-0" +dependency "vibe-d:web" version=">=0.7.31 <0.11.0-0" dependency "diet-ng" version="~>1.2" dependency "fuzzydate" version="~>1.0.0" dependency "antispam" version="~>0.1.2"