diff options
Diffstat (limited to 'crates/tor-checkable')
| -rw-r--r-- | crates/tor-checkable/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-checkable/Cargo.toml b/crates/tor-checkable/Cargo.toml index 6c9549f72..e683ee2ef 100644 --- a/crates/tor-checkable/Cargo.toml +++ b/crates/tor-checkable/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-checkable" -version = "0.25.0" +version = "0.26.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.77" @@ -21,7 +21,7 @@ __is_experimental = [] humantime = "2" signature = "2" thiserror = "2" -tor-llcrypto = { path = "../tor-llcrypto", version = "0.25.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.26.0" } [package.metadata.docs.rs] all-features = true [dev-dependencies] |
