summaryrefslogtreecommitdiff
path: root/crates/tor-consdiff/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-consdiff/Cargo.toml')
-rw-r--r--crates/tor-consdiff/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-consdiff/Cargo.toml b/crates/tor-consdiff/Cargo.toml
index ef6e38557..73794a69e 100644
--- a/crates/tor-consdiff/Cargo.toml
+++ b/crates/tor-consdiff/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-consdiff"
-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"
@@ -16,7 +16,7 @@ slow-diff-apply = []
[dependencies]
-tor-llcrypto = { path="../tor-llcrypto", version = "0.1.0"}
+tor-llcrypto = { path="../tor-llcrypto", version = "0.2.0"}
digest = "0.10.0"
hex = "0.4"