Skip to content

Commit 6babfcb

Browse files
authored
universal-hash v0.6.0-rc.1 (#1875)
1 parent b8f03c5 commit 6babfcb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crypto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ digest = { version = "0.11.0-rc.0", path = "../digest", optional = true, feature
2222
elliptic-curve = { version = "0.14.0-rc.2", path = "../elliptic-curve", optional = true }
2323
password-hash = { version = "0.6.0-rc.0", path = "../password-hash", optional = true }
2424
signature = { version = "3.0.0-rc.0", path = "../signature", optional = true, default-features = false }
25-
universal-hash = { version = "0.6.0-rc.0", path = "../universal-hash", optional = true }
25+
universal-hash = { version = "0.6.0-rc.1", path = "../universal-hash", optional = true }
2626

2727
[features]
2828
std = ["elliptic-curve/std"]

universal-hash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "universal-hash"
3-
version = "0.6.0-rc.0"
3+
version = "0.6.0-rc.1"
44
authors = ["RustCrypto Developers"]
55
edition = "2024"
66
rust-version = "1.85"

0 commit comments

Comments
 (0)