summaryrefslogtreecommitdiff
path: root/crates/arti-config/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/arti-config/Cargo.toml')
-rw-r--r--crates/arti-config/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/arti-config/Cargo.toml b/crates/arti-config/Cargo.toml
index 5e4f0731f..d5e068310 100644
--- a/crates/arti-config/Cargo.toml
+++ b/crates/arti-config/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-config"
-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"
@@ -11,9 +11,9 @@ categories = [ "config" ]
repository="https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies]
-arti-client = { package="arti-client", path = "../arti-client", version = "0.0.4"}
-tor-circmgr = { package="tor-circmgr", path="../tor-circmgr", version = "0.0.4"}
-tor-config = { package="tor-config", path = "../tor-config", version = "0.0.4", features = ["expand-paths"]}
+arti-client = { package="arti-client", path = "../arti-client", version = "0.1.0"}
+tor-circmgr = { package="tor-circmgr", path="../tor-circmgr", version = "0.1.0"}
+tor-config = { package="tor-config", path = "../tor-config", version = "0.1.0", features = ["expand-paths"]}
config = { version = "0.12.0", default-features = false, features = ["toml"] }
once_cell = "1"
serde = { version = "1.0.103", features = ["derive"] }