Add a version to the library dependency

This commit is contained in:
Frank Denis 2019-12-24 13:57:05 +01:00
parent a08dfba08a
commit aaf0d50726

View file

@ -16,7 +16,7 @@ default = []
tls = ["libdoh/tls"]
[dependencies]
libdoh = { path = "src/libdoh" }
libdoh = { path = "src/libdoh", version = "0.2" }
clap = "2"
jemallocator = "0"
tokio = { version = "0.2", features = ["rt-threaded", "time", "tcp", "udp", "stream"] }