diff options
Diffstat (limited to 'crates/tor-linkspec')
| -rw-r--r-- | crates/tor-linkspec/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/tor-linkspec/Cargo.toml b/crates/tor-linkspec/Cargo.toml index 9bcca5d6d..d9a9f589f 100644 --- a/crates/tor-linkspec/Cargo.toml +++ b/crates/tor-linkspec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-linkspec" -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,9 +11,9 @@ categories = [ "network-programming" ] repository="https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] -tor-llcrypto = { path="../tor-llcrypto", version = "0.0.2"} -tor-bytes = { path="../tor-bytes", version = "0.0.2"} -tor-protover = { path="../tor-protover", version = "0.0.2"} +tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"} +tor-bytes = { path="../tor-bytes", version = "0.0.3"} +tor-protover = { path="../tor-protover", version = "0.0.3"} [dev-dependencies] hex-literal = "0.3" |
