summaryrefslogtreecommitdiff
path: root/tor-dirclient/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tor-dirclient/Cargo.toml')
-rw-r--r--tor-dirclient/Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/tor-dirclient/Cargo.toml b/tor-dirclient/Cargo.toml
index 960637114..885f5b22c 100644
--- a/tor-dirclient/Cargo.toml
+++ b/tor-dirclient/Cargo.toml
@@ -16,11 +16,11 @@ xz = ["async-compression/xz"]
zstd = ["async-compression/zstd"]
[dependencies]
-tor-circmgr = { path="../tor-circmgr", version= "*" }
-tor-llcrypto = { path="../tor-llcrypto", version= "*" }
-tor-proto = { path="../tor-proto", version= "*" }
-tor-netdoc = { path="../tor-netdoc", version= "*" }
-tor-rtcompat = { path="../tor-rtcompat", version= "*", default-features=false }
+tor-circmgr = { path="../tor-circmgr", version="0.0.0" }
+tor-llcrypto = { path="../tor-llcrypto", version="0.0.0" }
+tor-proto = { path="../tor-proto", version="0.0.0" }
+tor-netdoc = { path="../tor-netdoc", version="0.0.0" }
+tor-rtcompat = { path="../tor-rtcompat", version="0.0.0", default-features=false }
async-compression = { version = "0.3.7", features=["futures-io", "zlib"] }
anyhow = "1.0.38"
@@ -36,4 +36,4 @@ thiserror = "1.0.24"
[dev-dependencies]
futures-await-test = "0.3.0"
-tor-rtmock = { path="../tor-rtmock", version= "*" }
+tor-rtmock = { path="../tor-rtmock", version="0.0.0" }