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.toml16
1 files changed, 8 insertions, 8 deletions
diff --git a/crates/tor-chanmgr/Cargo.toml b/crates/tor-chanmgr/Cargo.toml
index 56a15abad..5eb7c30f2 100644
--- a/crates/tor-chanmgr/Cargo.toml
+++ b/crates/tor-chanmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-chanmgr"
-version = "0.0.4"
+version = "0.1.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -13,11 +13,11 @@ repository="https://gitlab.torproject.org/tpo/core/arti.git/"
[features]
[dependencies]
-tor-error = { path="../tor-error", version = "0.0.1"}
-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"}
+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"}
async-trait = "0.1.2"
derive_more = "0.99"
@@ -31,5 +31,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.4"}
-tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4", features=["tokio", "native-tls"] }
+tor-rtmock = { path="../tor-rtmock", version = "0.1.0"}
+tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0", features=["tokio", "native-tls"] }