diff options
Diffstat (limited to 'crates/arti-client')
| -rw-r--r-- | crates/arti-client/Cargo.toml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/crates/arti-client/Cargo.toml b/crates/arti-client/Cargo.toml index 9cd780ab1..142f6ad63 100644 --- a/crates/arti-client/Cargo.toml +++ b/crates/arti-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-client" -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" @@ -30,17 +30,17 @@ error_detail = [] experimental-api = [] [dependencies] -tor-basic-utils = { path = "../tor-basic-utils", version = "0.1.0" } -tor-circmgr = { path = "../tor-circmgr", version = "0.1.0" } -tor-config = { path = "../tor-config", version = "0.1.0" } -tor-chanmgr = { path = "../tor-chanmgr", version = "0.1.0" } -tor-dirmgr = { path = "../tor-dirmgr", version = "0.1.0" } -tor-error = { path = "../tor-error", version = "0.1.0" } -tor-guardmgr = { path = "../tor-guardmgr", version = "0.1.0" } -tor-netdoc = { path = "../tor-netdoc", version = "0.1.0" } -tor-persist = { path = "../tor-persist", version = "0.1.0" } -tor-proto = { path = "../tor-proto", version = "0.1.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.1.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.2.0"} +tor-circmgr = { path = "../tor-circmgr", version = "0.2.0"} +tor-config = { path = "../tor-config", version = "0.2.0"} +tor-chanmgr = { path = "../tor-chanmgr", version = "0.2.0"} +tor-dirmgr = { path = "../tor-dirmgr", version = "0.2.0"} +tor-error = { path = "../tor-error", version = "0.2.0"} +tor-guardmgr = { path = "../tor-guardmgr", version = "0.2.0"} +tor-netdoc = { path = "../tor-netdoc", version = "0.2.0"} +tor-persist = { path = "../tor-persist", version = "0.2.0"} +tor-proto = { path = "../tor-proto", version = "0.2.0"} +tor-rtcompat = { path = "../tor-rtcompat", version = "0.2.0"} humantime-serde = "1.1.1" derive_builder = "0.11" @@ -55,7 +55,7 @@ thiserror = "1" pin-project = "1" [dev-dependencies] -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"] } tokio-crate = { package = "tokio", version = "1.7", features = [ "rt", "rt-multi-thread", |
