Skip to content

Commit e6d52c2

Browse files
authored
Bump crypto-bigint to v0.7.0-pre.7 (#1022)
1 parent b342885 commit e6d52c2

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ members = [
1515
opt-level = 2
1616

1717
[patch.crates-io]
18+
elliptic-curve = { git = "https://github.com/RustCrypto/traits" }
19+
1820
# A global patch crates-io block is used to avoid duplicate dependencies
1921
# when pulling a member crate through git
2022
dsa = { path = "./dsa" }

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.0-rc.7", features = ["alloc"] }
2020
digest = "0.11.0-rc.0"
21-
crypto-bigint = { version = "=0.7.0-pre.6", default-features = false, features = ["alloc", "zeroize"] }
21+
crypto-bigint = { version = "=0.7.0-pre.7", default-features = false, features = ["alloc", "zeroize"] }
2222
crypto-primes = { version = "=0.7.0-pre.1", default-features = false }
2323
rfc6979 = { version = "0.5.0-rc.0" }
2424
sha2 = { version = "0.11.0-rc.0", default-features = false }

0 commit comments

Comments
 (0)