summaryrefslogtreecommitdiff
path: root/tor-bytes/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tor-bytes/Cargo.toml')
-rw-r--r--tor-bytes/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tor-bytes/Cargo.toml b/tor-bytes/Cargo.toml
index 315c35517..70773fc88 100644
--- a/tor-bytes/Cargo.toml
+++ b/tor-bytes/Cargo.toml
@@ -11,7 +11,7 @@ categories = [ "parsing", "encoding" ]
repository="https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies]
-tor-llcrypto = { path="../tor-llcrypto" }
+tor-llcrypto = { path="../tor-llcrypto", version="0.0.0" }
arrayref = "0.3.6"
bytes = "1.0.1"