diff options
Diffstat (limited to 'crates/arti/Cargo.toml')
| -rw-r--r-- | crates/arti/Cargo.toml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml index 77047bb21..a69f00689 100644 --- a/crates/arti/Cargo.toml +++ b/crates/arti/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti" -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" @@ -22,12 +22,12 @@ static-native-tls = [ "arti-client/static-native-tls", "native-tls" ] journald = [ "tracing-journald" ] [dependencies] -arti-client = { package="arti-client", path = "../arti-client", version = "0.1.0", default-features=false} -tor-config = { path="../tor-config", version = "0.1.0" } -tor-error = { path="../tor-error", version = "0.1.0", default-features=false } -tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0", default-features=false } -tor-socksproto = { path="../tor-socksproto", version = "0.1.0"} -arti-config = { path="../arti-config", version = "0.1.0"} +arti-client = { package="arti-client", path = "../arti-client", version = "0.2.0", default-features=false} +tor-config = { path="../tor-config", version = "0.2.0"} +tor-error = { path="../tor-error", version = "0.2.0", default-features=false } +tor-rtcompat = { path="../tor-rtcompat", version = "0.2.0", default-features=false } +tor-socksproto = { path="../tor-socksproto", version = "0.2.0"} +arti-config = { path="../arti-config", version = "0.2.0"} anyhow = "1.0.23" async-ctrlc = { version = "1.2.0", optional = true } |
