diff options
Diffstat (limited to 'crates/tor-cert/Cargo.toml')
| -rw-r--r-- | crates/tor-cert/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/tor-cert/Cargo.toml b/crates/tor-cert/Cargo.toml index d018c1280..86d5c38aa 100644 --- a/crates/tor-cert/Cargo.toml +++ b/crates/tor-cert/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-cert" -version = "0.1.0" +version = "0.2.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" @@ -12,9 +12,9 @@ repository="https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] caret = { path="../caret", version = "0.1.0"} -tor-llcrypto = { path="../tor-llcrypto", version = "0.1.0"} -tor-bytes = { path="../tor-bytes", version = "0.1.0"} -tor-checkable = { path="../tor-checkable", version = "0.1.0"} +tor-llcrypto = { path="../tor-llcrypto", version = "0.2.0"} +tor-bytes = { path="../tor-bytes", version = "0.2.0"} +tor-checkable = { path="../tor-checkable", version = "0.2.0"} digest = "0.10.0" signature = "1" |
