diff options
Diffstat (limited to 'tor-cert/Cargo.toml')
| -rw-r--r-- | tor-cert/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tor-cert/Cargo.toml b/tor-cert/Cargo.toml index 32d80f4bc..6318d4a80 100644 --- a/tor-cert/Cargo.toml +++ b/tor-cert/Cargo.toml @@ -11,10 +11,10 @@ categories = [ "parser-implementations" ] repository="https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] -caret = { path="../caret" } -tor-llcrypto = { path="../tor-llcrypto" } -tor-bytes = { path="../tor-bytes" } -tor-checkable = { path="../tor-checkable" } +caret = { path="../caret", version="0.0.0" } +tor-llcrypto = { path="../tor-llcrypto", version="0.0.0" } +tor-bytes = { path="../tor-bytes", version="0.0.0" } +tor-checkable = { path="../tor-checkable", version="0.0.0" } digest = "0.9.0" signature = "1.3.0" |
