Skip to content

Commit 1248f53

Browse files
authored
primefield: bump crypto-bigint to v0.7.0-rc.6 (#1419)
1 parent ae3c30b commit 1248f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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-rc.4", default-features = false, features = ["hybrid-array"] }
17+
bigint = { package = "crypto-bigint", version = "0.7.0-rc.6", default-features = false, features = ["hybrid-array"] }
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)