diff options
Diffstat (limited to 'crates/tor-rtmock')
| -rw-r--r-- | crates/tor-rtmock/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/tor-rtmock/Cargo.toml b/crates/tor-rtmock/Cargo.toml index 834edd3d0..7dcb7168c 100644 --- a/crates/tor-rtmock/Cargo.toml +++ b/crates/tor-rtmock/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-rtmock" -version = "0.1.0" +version = "0.2.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.1.0", path = "../tor-rtcompat" } +tor-rtcompat = { version = "0.2.0", path = "../tor-rtcompat" } [dev-dependencies] futures-await-test = "0.3.0" rand = "0.8" -tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0", features=["tokio", "native-tls" ] } +tor-rtcompat = { path="../tor-rtcompat", version = "0.2.0", features=["tokio", "native-tls" ] } |
