summaryrefslogtreecommitdiff
path: root/tor-socksproto/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tor-socksproto/Cargo.toml')
-rw-r--r--tor-socksproto/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tor-socksproto/Cargo.toml b/tor-socksproto/Cargo.toml
index a2af41953..a75f62f12 100644
--- a/tor-socksproto/Cargo.toml
+++ b/tor-socksproto/Cargo.toml
@@ -11,8 +11,8 @@ categories = [ "network-programming" ]
repository="https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies]
-caret = { path="../caret" }
-tor-bytes = { path="../tor-bytes" }
+caret = { path="../caret", version="0.0.0" }
+tor-bytes = { path="../tor-bytes", version="0.0.0" }
thiserror = "1.0.24"