diff options
Diffstat (limited to 'crates/tor-bytes/Cargo.toml')
| -rw-r--r-- | crates/tor-bytes/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/tor-bytes/Cargo.toml b/crates/tor-bytes/Cargo.toml index f7e43e418..162bec898 100644 --- a/crates/tor-bytes/Cargo.toml +++ b/crates/tor-bytes/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-bytes" -version = "0.0.3" +version = "0.1.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" @@ -11,8 +11,8 @@ categories = ["parsing", "encoding"] repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] -tor-llcrypto = { path = "../tor-llcrypto", version = "0.0.3"} -tor-error = { path="../tor-error", version = "0.0.1" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.1.0"} +tor-error = { path="../tor-error", version = "0.1.0"} arrayref = "0.3" bytes = "1" |
