summaryrefslogtreecommitdiff
path: root/crates/arti/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/arti/Cargo.toml')
-rw-r--r--crates/arti/Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml
index 48b6bff5a..7022723c4 100644
--- a/crates/arti/Cargo.toml
+++ b/crates/arti/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti"
-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"
@@ -22,11 +22,11 @@ static-native-tls = [ "arti-client/static-native-tls", "native-tls" ]
journald = [ "tracing-journald" ]
[dependencies]
-arti-client = { package="arti-client", path = "../arti-client", version = "0.0.4", default-features=false}
-tor-error = { path="../tor-error", version = "0.0.1", default-features=false }
-tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4", default-features=false }
-tor-socksproto = { path="../tor-socksproto", version = "0.0.3"}
-arti-config = { path="../arti-config", version = "0.0.4"}
+arti-client = { package="arti-client", path = "../arti-client", version = "0.1.0", default-features=false}
+tor-error = { path="../tor-error", version = "0.1.0", default-features=false }
+tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0", default-features=false }
+tor-socksproto = { path="../tor-socksproto", version = "0.1.0"}
+arti-config = { path="../arti-config", version = "0.1.0"}
anyhow = "1.0.23"
async-ctrlc = { version = "1.2.0", optional = true }