Skip to content

Commit de34f2e

Browse files
committed
Bump crypto-bigint to v0.7.0-rc.6
1 parent eb1cca7 commit de34f2e

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ rust-version = "1.85"
1414

1515
[dependencies]
1616
const-oid = { version = "0.10", default-features = false }
17-
crypto-bigint = { version = "0.7.0-rc.4", default-features = false, features = ["zeroize", "alloc"] }
18-
crypto-primes = { version = "0.7.0-pre.1", default-features = false }
17+
crypto-bigint = { version = "0.7.0-rc.6", default-features = false, features = ["zeroize", "alloc"] }
18+
crypto-primes = { version = "0.7.0-pre.2", default-features = false }
1919
digest = { version = "0.11.0-rc.1", default-features = false, features = ["alloc", "oid"] }
2020
rand_core = { version = "0.9", default-features = false }
2121
signature = { version = "3.0.0-rc.3", default-features = false, features = ["alloc", "digest", "rand_core"] }
@@ -68,3 +68,6 @@ opt-level = 2
6868

6969
[profile.bench]
7070
debug = true
71+
72+
[patch.crates-io.crypto-bigint]
73+
path = "../crypto-bigint"

0 commit comments

Comments
 (0)