diff options
author | Ralph Amissah <ralph@amissah.com> | 2018-09-04 22:05:20 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:15 -0400 |
commit | d130192ac425fc2881c7e270fe6e8d46821a8911 (patch) | |
tree | 454148bf85fd0339b2a904dd2fdd535550cb1eef /dub.sdl | |
parent | 0.27.1 sqlite shared db actions cannot be parallelised (diff) |
track
Diffstat (limited to 'dub.sdl')
-rw-r--r-- | dub.sdl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,8 +8,8 @@ targetPath "./bin" #sourcePath "./src/sdp" stringImportPaths "./views" buildRequirements "allowWarnings" -dependency "toml" version="~>1.0.0-rc.2" # https://code.dlang.org/packages/toml https://github.com/toml-lang/toml/wiki -dependency "toml:json" version="~>1.0.0-rc.2" +dependency "toml" version="~>1.0.0-rc.3" # https://code.dlang.org/packages/toml https://github.com/toml-lang/toml/wiki +dependency "toml:json" version="~>1.0.0-rc.3" dependency "d2sqlite3" version="~>0.16.2" # https://code.dlang.org/packages/d2sqlite3 http://biozic.github.io/d2sqlite3/d2sqlite3.html subconfiguration "d2sqlite3" "all-included" dependency "archive" version="~>0.6.0" # http://code.dlang.org/packages/archive https://github.com/rcythr/archive |