Skip to content

Commit d33ead0

Browse files
authored
dsa: bump crypto-bigint to v0.7 final release (#1247)
Release PR: RustCrypto/crypto-bigint#1218
1 parent e4214d9 commit d33ead0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dsa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rust-version = "1.85"
1818
[dependencies]
1919
der = { version = "0.8", features = ["alloc"] }
2020
digest = "0.11"
21-
crypto-bigint = { version = "0.7.0-rc.28", default-features = false, features = ["alloc", "zeroize"] }
21+
crypto-bigint = { version = "0.7", default-features = false, features = ["alloc", "zeroize"] }
2222
crypto-primes = { version = "0.7.0-pre.9", default-features = false }
2323
rfc6979 = { version = "0.5.0-rc.5" }
2424
sha2 = { version = "0.11.0-rc.5", default-features = false }

0 commit comments

Comments
 (0)