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