summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-netdoc')
-rw-r--r--crates/tor-netdoc/Cargo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/crates/tor-netdoc/Cargo.toml b/crates/tor-netdoc/Cargo.toml
index 184c82625..8906635b5 100644
--- a/crates/tor-netdoc/Cargo.toml
+++ b/crates/tor-netdoc/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-netdoc"
-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,12 +24,12 @@ routerdesc = []
ns_consensus = []
[dependencies]
-tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"}
-tor-bytes = { path="../tor-bytes", version = "0.0.3"}
-tor-cert = { path="../tor-cert", version = "0.0.3"}
-tor-protover = { path="../tor-protover", version = "0.0.3"}
-tor-checkable = { path="../tor-checkable", version = "0.0.3"}
-tor-error = { path="../tor-error", version = "0.0.1"}
+tor-llcrypto = { path="../tor-llcrypto", version = "0.1.0"}
+tor-bytes = { path="../tor-bytes", version = "0.1.0"}
+tor-cert = { path="../tor-cert", version = "0.1.0"}
+tor-protover = { path="../tor-protover", version = "0.1.0"}
+tor-checkable = { path="../tor-checkable", version = "0.1.0"}
+tor-error = { path="../tor-error", version = "0.1.0"}
base64 = "0.13.0"
bitflags = "1"