summaryrefslogtreecommitdiff
path: root/crates/tor-checkable
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-checkable')
-rw-r--r--crates/tor-checkable/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-checkable/Cargo.toml b/crates/tor-checkable/Cargo.toml
index 31e800809..e95e07865 100644
--- a/crates/tor-checkable/Cargo.toml
+++ b/crates/tor-checkable/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-checkable"
-version = "0.0.3"
+version = "0.1.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -11,7 +11,7 @@ categories = [ "cryptography", "rust-patterns" ]
repository="https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies]
-tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"}
+tor-llcrypto = { path="../tor-llcrypto", version = "0.1.0"}
signature = "1"
thiserror = "1"