diff options
Diffstat (limited to 'crates/tor-linkspec/Cargo.toml')
| -rw-r--r-- | crates/tor-linkspec/Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/crates/tor-linkspec/Cargo.toml b/crates/tor-linkspec/Cargo.toml index 06003c2f1..7b302bb5d 100644 --- a/crates/tor-linkspec/Cargo.toml +++ b/crates/tor-linkspec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-linkspec" -version = "0.17.0" +version = "0.18.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.70" @@ -43,11 +43,11 @@ serde = { version = "1.0.103", features = ["derive"] } serde_with = "3.0.0" strum = { version = "0.26", features = ["derive"] } thiserror = "1" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.17.0" } -tor-bytes = { path = "../tor-bytes", version = "0.17.0" } -tor-config = { path = "../tor-config", version = "0.17.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.17.0" } -tor-protover = { path = "../tor-protover", version = "0.17.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.18.0" } +tor-bytes = { path = "../tor-bytes", version = "0.18.0" } +tor-config = { path = "../tor-config", version = "0.18.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.18.0" } +tor-protover = { path = "../tor-protover", version = "0.18.0" } [dev-dependencies] hex-literal = "0.4" |
