summaryrefslogtreecommitdiff
path: root/crates/tor-linkspec/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-linkspec/Cargo.toml')
-rw-r--r--crates/tor-linkspec/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/tor-linkspec/Cargo.toml b/crates/tor-linkspec/Cargo.toml
index 52d3a75e1..289e54265 100644
--- a/crates/tor-linkspec/Cargo.toml
+++ b/crates/tor-linkspec/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-linkspec"
-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"
@@ -11,9 +11,9 @@ categories = [ "network-programming" ]
repository="https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies]
-tor-llcrypto = { path="../tor-llcrypto", version = "0.1.0"}
-tor-bytes = { path="../tor-bytes", version = "0.1.0"}
-tor-protover = { path="../tor-protover", version = "0.1.0"}
+tor-llcrypto = { path="../tor-llcrypto", version = "0.2.0"}
+tor-bytes = { path="../tor-bytes", version = "0.2.0"}
+tor-protover = { path="../tor-protover", version = "0.2.0"}
[dev-dependencies]
hex-literal = "0.3"