diff options
Diffstat (limited to 'crates/arti')
| -rw-r--r-- | crates/arti/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml index 266a8c746..f6ba23820 100644 --- a/crates/arti/Cargo.toml +++ b/crates/arti/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti" -version = "0.0.3" +version = "0.0.4" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" @@ -20,10 +20,10 @@ static = [ "arti-client/static" ] journald = [ "tracing-journald" ] [dependencies] -arti-client = { package="arti-client", path = "../arti-client", version = "0.0.3", default-features=false} -tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3", default-features=false } +arti-client = { package="arti-client", path = "../arti-client", version = "0.0.4", default-features=false} +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4", default-features=false } tor-socksproto = { path="../tor-socksproto", version = "0.0.3"} -arti-config = { path="../arti-config", version = "0.0.3"} +arti-config = { path="../arti-config", version = "0.0.4"} anyhow = "1.0.5" async-ctrlc = { version = "1.2.0", optional = true } |
