summaryrefslogtreecommitdiff
path: root/crates/tor-chanmgr/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-chanmgr/Cargo.toml')
-rw-r--r--crates/tor-chanmgr/Cargo.toml18
1 files changed, 9 insertions, 9 deletions
diff --git a/crates/tor-chanmgr/Cargo.toml b/crates/tor-chanmgr/Cargo.toml
index 0fe048668..87e1d7488 100644
--- a/crates/tor-chanmgr/Cargo.toml
+++ b/crates/tor-chanmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-chanmgr"
-version = "0.1.0"
+version = "0.2.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -13,12 +13,12 @@ repository="https://gitlab.torproject.org/tpo/core/arti.git/"
[features]
[dependencies]
-tor-basic-utils = { path="../tor-basic-utils", version = "0.1.0"}
-tor-error = { path="../tor-error", version = "0.1.0"}
-tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0"}
-tor-proto = { path="../tor-proto", version = "0.1.0"}
-tor-linkspec = { path="../tor-linkspec", version = "0.1.0"}
-tor-llcrypto = { path="../tor-llcrypto", version = "0.1.0"}
+tor-basic-utils = { path="../tor-basic-utils", version = "0.2.0"}
+tor-error = { path="../tor-error", version = "0.2.0"}
+tor-rtcompat = { path="../tor-rtcompat", version = "0.2.0"}
+tor-proto = { path="../tor-proto", version = "0.2.0"}
+tor-linkspec = { path="../tor-linkspec", version = "0.2.0"}
+tor-llcrypto = { path="../tor-llcrypto", version = "0.2.0"}
async-trait = "0.1.2"
derive_more = "0.99"
@@ -33,5 +33,5 @@ thiserror = "1"
float_eq = "0.7"
futures-await-test = "0.3.0"
hex-literal = "0.3"
-tor-rtmock = { path="../tor-rtmock", version = "0.1.0"}
-tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0", features=["tokio", "native-tls"] }
+tor-rtmock = { path="../tor-rtmock", version = "0.2.0"}
+tor-rtcompat = { path="../tor-rtcompat", version = "0.2.0", features=["tokio", "native-tls"] }