diff options
Diffstat (limited to 'crates/tor-chanmgr')
| -rw-r--r-- | crates/tor-chanmgr/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/crates/tor-chanmgr/Cargo.toml b/crates/tor-chanmgr/Cargo.toml index e16221412..efb076b7e 100644 --- a/crates/tor-chanmgr/Cargo.toml +++ b/crates/tor-chanmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-chanmgr" -version = "0.0.3" +version = "0.0.4" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" @@ -13,8 +13,8 @@ repository="https://gitlab.torproject.org/tpo/core/arti.git/" [features] [dependencies] -tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3"} -tor-proto = { path="../tor-proto", version = "0.0.3"} +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4"} +tor-proto = { path="../tor-proto", version = "0.0.4"} tor-linkspec = { path="../tor-linkspec", version = "0.0.3"} tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"} @@ -29,5 +29,5 @@ thiserror = "1" float_eq = "0.7" futures-await-test = "0.3.0" hex-literal = "0.3" -tor-rtmock = { path="../tor-rtmock", version = "0.0.3"} -tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3", features=["tokio", "native-tls"] } +tor-rtmock = { path="../tor-rtmock", version = "0.0.4"} +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4", features=["tokio", "native-tls"] } |
