diff options
Diffstat (limited to 'crates/tor-linkspec/Cargo.toml')
| -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 d9a9f589f..52d3a75e1 100644 --- a/crates/tor-linkspec/Cargo.toml +++ b/crates/tor-linkspec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-linkspec" -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] -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"} +tor-llcrypto = { path="../tor-llcrypto", version = "0.1.0"} +tor-bytes = { path="../tor-bytes", version = "0.1.0"} +tor-protover = { path="../tor-protover", version = "0.1.0"} [dev-dependencies] hex-literal = "0.3" |
