diff options
Diffstat (limited to 'crates/tor-socksproto/Cargo.toml')
| -rw-r--r-- | crates/tor-socksproto/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/tor-socksproto/Cargo.toml b/crates/tor-socksproto/Cargo.toml index 16f9c05ae..1d22f7f5d 100644 --- a/crates/tor-socksproto/Cargo.toml +++ b/crates/tor-socksproto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-socksproto" -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,9 +11,9 @@ categories = [ "network-programming" ] repository="https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] -caret = { path="../caret", version = "0.0.3"} -tor-bytes = { path="../tor-bytes", version = "0.0.3"} -tor-error = { path="../tor-error", version = "0.0.1" } +caret = { path="../caret", version = "0.1.0"} +tor-bytes = { path="../tor-bytes", version = "0.1.0"} +tor-error = { path="../tor-error", version = "0.1.0"} thiserror = "1" |
