summaryrefslogtreecommitdiff
path: root/crates/tor-rtmock/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-rtmock/Cargo.toml')
-rw-r--r--crates/tor-rtmock/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/tor-rtmock/Cargo.toml b/crates/tor-rtmock/Cargo.toml
index 5fe8486cc..834edd3d0 100644
--- a/crates/tor-rtmock/Cargo.toml
+++ b/crates/tor-rtmock/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rtmock"
-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"
@@ -17,9 +17,9 @@ pin-project = "1"
thiserror = "1"
tracing = "0.1.18"
-tor-rtcompat = { version = "0.0.4", path = "../tor-rtcompat" }
+tor-rtcompat = { version = "0.1.0", path = "../tor-rtcompat" }
[dev-dependencies]
futures-await-test = "0.3.0"
rand = "0.8"
-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" ] }