summaryrefslogtreecommitdiff
path: root/crates/tor-consdiff
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-consdiff')
-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 e92b9deb1..8ae7ebc01 100644
--- a/crates/tor-consdiff/Cargo.toml
+++ b/crates/tor-consdiff/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-consdiff"
-version = "0.4.3"
+version = "0.5.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -19,7 +19,7 @@ slow-diff-apply = []
digest = "0.10.0"
hex = "0.4"
thiserror = "1"
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.3" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.0" }
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]