Skip to content

Commit 9b162e5

Browse files
authored
Bump crypto-bigint to v0.7.0-pre.7 (#1310)
1 parent 579190a commit 9b162e5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ members = [
2121
opt-level = 2
2222

2323
[patch.crates-io]
24+
elliptic-curve = { git = "https://github.com/RustCrypto/traits.git" }
2425
hash2curve = { path = "hash2curve" }
2526
primefield = { path = "primefield" }
2627
primeorder = { path = "primeorder" }

primefield/Cargo.toml

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

1616
[dependencies]
17-
bigint = { package = "crypto-bigint", version = "=0.7.0-pre.6", default-features = false }
17+
bigint = { package = "crypto-bigint", version = "=0.7.0-pre.7", default-features = false }
1818
ff = { version = "=0.14.0-pre.0", default-features = false }
1919
subtle = { version = "2.6", default-features = false }
2020
rand_core = { version = "0.9", default-features = false }

0 commit comments

Comments
 (0)