summaryrefslogtreecommitdiff
path: root/arti/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'arti/Cargo.toml')
-rw-r--r--arti/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/arti/Cargo.toml b/arti/Cargo.toml
index 03b1ef050..bef205f00 100644
--- a/arti/Cargo.toml
+++ b/arti/Cargo.toml
@@ -16,11 +16,11 @@ async-std = [ "tor-client/async-std", "tor-rtcompat/async-std" ]
tokio = [ "tor-client/tokio", "tor-rtcompat/tokio" ]
[dependencies]
-tor-client = { path = "../tor-client", version = "*", default-features=false }
-tor-dirmgr = { path="../tor-dirmgr", version="*" }
-tor-rtcompat = { path="../tor-rtcompat", version= "*", default-features=false }
-tor-socksproto = { path="../tor-socksproto", version= "*" }
-tor-config = { path="../tor-config", version = "*" }
+tor-client = { path = "../tor-client", version="0.0.0", default-features=false }
+tor-dirmgr = { path="../tor-dirmgr", version="0.0.0" }
+tor-rtcompat = { path="../tor-rtcompat", version="0.0.0", default-features=false }
+tor-socksproto = { path="../tor-socksproto", version="0.0.0" }
+tor-config = { path="../tor-config", version="0.0.0" }
anyhow = "1.0.38"
config = { version = "0.11.0", default-features = false }