Skip to content

Commit 53cf546

Browse files
authored
primefield: bump crypto-bigint to v0.7.1 (#1680)
Migrates off git to the `crypto-bigint` v0.7.1 release Release PR: RustCrypto/crypto-bigint#1225
1 parent be6ae83 commit 53cf546

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

Cargo.lock

Lines changed: 3 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: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,3 @@ ed448-goldilocks = { path = "ed448-goldilocks" }
2626
hash2curve = { path = "hash2curve" }
2727
primefield = { path = "primefield" }
2828
primeorder = { path = "primeorder" }
29-
30-
crypto-bigint = { git = "https://github.com/RustCrypto/crypto-bigint" }

primefield/Cargo.toml

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

1919
[dependencies.bigint]
20-
version = "0.7.0-rc.28"
20+
version = "0.7.1"
2121
package = "crypto-bigint"
2222
default-features = false
2323
features = ["rand_core", "hybrid-array", "subtle"]

0 commit comments

Comments
 (0)