mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-03 04:57:37 +03:00
Add a version to the library dependency
This commit is contained in:
parent
a08dfba08a
commit
aaf0d50726
1 changed files with 1 additions and 1 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue