summaryrefslogtreecommitdiff
path: root/crates/arti-client/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/arti-client/Cargo.toml')
-rw-r--r--crates/arti-client/Cargo.toml20
1 files changed, 10 insertions, 10 deletions
diff --git a/crates/arti-client/Cargo.toml b/crates/arti-client/Cargo.toml
index 728a673dd..3414b8188 100644
--- a/crates/arti-client/Cargo.toml
+++ b/crates/arti-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-client"
-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"
@@ -28,14 +28,14 @@ error_detail = [ ]
experimental-api = []
[dependencies]
-tor-circmgr = { path="../tor-circmgr", version = "0.0.4"}
-tor-config = { path="../tor-config", version = "0.0.4"}
-tor-chanmgr = { path="../tor-chanmgr", version = "0.0.4"}
-tor-dirmgr = { path="../tor-dirmgr", version = "0.0.4"}
-tor-error = { path="../tor-error", version = "0.0.1" }
-tor-persist = { path="../tor-persist", version = "0.0.3"}
-tor-proto = { path="../tor-proto", version = "0.0.4"}
-tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4"}
+tor-circmgr = { path="../tor-circmgr", version = "0.1.0"}
+tor-config = { path="../tor-config", version = "0.1.0"}
+tor-chanmgr = { path="../tor-chanmgr", version = "0.1.0"}
+tor-dirmgr = { path="../tor-dirmgr", version = "0.1.0"}
+tor-error = { path="../tor-error", version = "0.1.0"}
+tor-persist = { path="../tor-persist", version = "0.1.0"}
+tor-proto = { path="../tor-proto", version = "0.1.0"}
+tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0"}
humantime-serde = "1"
derive_builder = "0.10"
@@ -48,7 +48,7 @@ serde = { version = "1.0.103", features = ["derive"] }
thiserror = "1"
[dev-dependencies]
-tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4", features=["tokio", "native-tls" ] }
+tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0", features=["tokio", "native-tls" ] }
tokio-crate = { package = "tokio", version = "1.7", features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros" ] }
pin-project = "1"
tokio-util = { version = "0.7.0", features = ["compat"] }