diff options
Diffstat (limited to 'tor-linkspec')
| -rw-r--r-- | tor-linkspec/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tor-linkspec/Cargo.toml b/tor-linkspec/Cargo.toml index 47fc2965e..83249657e 100644 --- a/tor-linkspec/Cargo.toml +++ b/tor-linkspec/Cargo.toml @@ -11,9 +11,9 @@ categories = [ "network-programming" ] repository="https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] -tor-llcrypto = { path="../tor-llcrypto" } -tor-bytes = { path="../tor-bytes" } -tor-protover = { path="../tor-protover" } +tor-llcrypto = { path="../tor-llcrypto", version="0.0.0" } +tor-bytes = { path="../tor-bytes", version="0.0.0" } +tor-protover = { path="../tor-protover", version="0.0.0" } [dev-dependencies] hex-literal = "0.3.1" |
