Skip to content

Commit b890101

Browse files
authored
Bump crypto-bigint to v0.7 final release (#672)
Release PR: RustCrypto/crypto-bigint#1218
1 parent ad866d4 commit b890101

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ exclude = ["marvin_toolkit/", "thirdparty/"]
1515

1616
[dependencies]
1717
const-oid = { version = "0.10", default-features = false }
18-
crypto-bigint = { version = "0.7.0-rc.28", default-features = false, features = ["zeroize", "alloc"] }
18+
crypto-bigint = { version = "0.7", default-features = false, features = ["zeroize", "alloc"] }
1919
crypto-primes = { version = "0.7.0-pre.9", default-features = false }
2020
digest = { version = "0.11", default-features = false, features = ["alloc", "oid"] }
2121
rand_core = { version = "0.10", default-features = false }

0 commit comments

Comments
 (0)