summaryrefslogtreecommitdiff
path: root/tor-client
diff options
context:
space:
mode:
Diffstat (limited to 'tor-client')
-rw-r--r--tor-client/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/tor-client/Cargo.toml b/tor-client/Cargo.toml
index affc0becd..4a6336a91 100644
--- a/tor-client/Cargo.toml
+++ b/tor-client/Cargo.toml
@@ -17,11 +17,11 @@ tokio = [ "tor-rtcompat/tokio" ]
experimental-api = []
[dependencies]
-tor-circmgr = { path="../tor-circmgr", version= "*" }
-tor-chanmgr = { path="../tor-chanmgr", version= "*" }
-tor-dirmgr = { path="../tor-dirmgr", version="*" }
-tor-proto = { path="../tor-proto", version= "*" }
-tor-rtcompat = { path="../tor-rtcompat", version= "*", default-features=false }
+tor-circmgr = { path="../tor-circmgr", version="0.0.0" }
+tor-chanmgr = { path="../tor-chanmgr", version="0.0.0" }
+tor-dirmgr = { path="../tor-dirmgr", version="0.0.0" }
+tor-proto = { path="../tor-proto", version="0.0.0" }
+tor-rtcompat = { path="../tor-rtcompat", version="0.0.0", default-features=false }
anyhow = "1.0.38"
futures = "0.3.13"