Skip to content

Commit

Permalink
Allow compilation with vibe.d 0.10.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ludwig committed Mar 3, 2024
1 parent 4d7cff2 commit 3d4f3bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3d4f3bf

Please sign in to comment.