diff --git a/dub.sdl b/dub.sdl index e7a0fa7..fd21520 100644 --- a/dub.sdl +++ b/dub.sdl @@ -3,7 +3,7 @@ description "Jupyter kernel written in D" authors "Atila Neves" copyright "Copyright © 2018, Atila Neves" license "boost" -dependency "zmqd" version="~master" // only master works +dependency "zmqd" version="~>1.1.2" // Only using asdf to do JSON serialisation dependency "asdf" version=">=0.2.2 <0.6.0" targetType "library" diff --git a/dub.selections.json b/dub.selections.json index fb7a8ca..f502f0b 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -4,6 +4,6 @@ "asdf": "0.5.2", "unit-threaded": "0.10.3", "zeromq": "4.2.2", - "zmqd": "~master" + "zmqd": "1.1.2" } }