summaryrefslogtreecommitdiff
path: root/crates/tor-config/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-config/Cargo.toml')
-rw-r--r--crates/tor-config/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-config/Cargo.toml b/crates/tor-config/Cargo.toml
index b13fdde43..260dbcb29 100644
--- a/crates/tor-config/Cargo.toml
+++ b/crates/tor-config/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-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"
@@ -15,7 +15,7 @@ default = ["expand-paths"]
expand-paths = ["shellexpand", "directories"]
[dependencies]
-tor-error = { path="../tor-error", version = "0.0.1"}
+tor-error = { path="../tor-error", version = "0.1.0"}
thiserror = "1"
derive_builder = "0.10"