summaryrefslogtreecommitdiff
path: root/crates/tor-cell/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-cell/Cargo.toml')
-rw-r--r--crates/tor-cell/Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/crates/tor-cell/Cargo.toml b/crates/tor-cell/Cargo.toml
index d767ee5e6..4d5c7821c 100644
--- a/crates/tor-cell/Cargo.toml
+++ b/crates/tor-cell/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-cell"
-version = "0.0.2"
+version = "0.0.3"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -11,11 +11,11 @@ categories = [ "parser-implementations", "network-programming" ]
repository="https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies]
-caret = { path="../caret", version = "0.0.2"}
-tor-llcrypto = { path="../tor-llcrypto", version = "0.0.2"}
-tor-bytes = { path="../tor-bytes", version = "0.0.2"}
-tor-cert = { path="../tor-cert", version = "0.0.2"}
-tor-linkspec = { path="../tor-linkspec", version = "0.0.2"}
+caret = { path="../caret", version = "0.0.3"}
+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-linkspec = { path="../tor-linkspec", version = "0.0.3"}
arrayref = "0.3"
bitflags = "1"