summaryrefslogtreecommitdiff
path: root/crates/tor-netdir/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-netdir/Cargo.toml')
-rw-r--r--crates/tor-netdir/Cargo.toml18
1 files changed, 9 insertions, 9 deletions
diff --git a/crates/tor-netdir/Cargo.toml b/crates/tor-netdir/Cargo.toml
index d41127ef9..e1c23baaf 100644
--- a/crates/tor-netdir/Cargo.toml
+++ b/crates/tor-netdir/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-netdir"
-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"
@@ -24,13 +24,13 @@ experimental-api = []
testing = [ "hex", "hex-literal", "tor-netdoc/build_docs" ]
[dependencies]
-tor-checkable = { path="../tor-checkable", version = "0.0.3"}
-tor-config = { path="../tor-config", version = "0.0.4"}
-tor-netdoc = { path="../tor-netdoc", version = "0.0.4"}
-tor-linkspec = { path="../tor-linkspec", version = "0.0.3"}
-tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"}
-tor-protover = { path="../tor-protover", version = "0.0.3"}
-tor-units = { path="../tor-units", version = "0.0.3"}
+tor-checkable = { path="../tor-checkable", version = "0.1.0"}
+tor-config = { path="../tor-config", version = "0.1.0"}
+tor-netdoc = { path="../tor-netdoc", version = "0.1.0"}
+tor-linkspec = { path="../tor-linkspec", version = "0.1.0"}
+tor-llcrypto = { path="../tor-llcrypto", version = "0.1.0"}
+tor-protover = { path="../tor-protover", version = "0.1.0"}
+tor-units = { path="../tor-units", version = "0.1.0"}
bitflags = "1"
derive_builder = "0.10"
@@ -46,5 +46,5 @@ tracing = "0.1.18"
[dev-dependencies]
hex = "0.4"
hex-literal = "0.3"
-tor-netdoc = { path="../tor-netdoc", version = "0.0.4", features=["build_docs"] }
+tor-netdoc = { path="../tor-netdoc", version = "0.1.0", features=["build_docs"] }
rand_chacha = "0.3"