Skip to content

Commit a57c01a

Browse files
authored
balloon-hash: bump crypto-bigint to v0.7 (#890)
Release PR: RustCrypto/crypto-bigint#1218
1 parent d7fbe8b commit a57c01a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

balloon-hash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rust-version = "1.85"
1515

1616
[dependencies]
1717
digest = { version = "0.11", default-features = false }
18-
crypto-bigint = { version = "0.7.0-rc.25", default-features = false, features = ["hybrid-array"] }
18+
crypto-bigint = { version = "0.7", default-features = false, features = ["hybrid-array"] }
1919

2020
# optional dependencies
2121
kdf = { version = "0.1", optional = true }

0 commit comments

Comments
 (0)