Skip to content

Commit 7c1d222

Browse files
committed
Changed crypto-bigint to be some RC in v0.7 line
1 parent 4d25cfd commit 7c1d222

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pastey = "0"
1919
thiserror = "2"
2020

2121
# Wrapped crates
22-
crypto-bigint = { version = "<= 0.7.0-rc.9", default-features = false, optional = true }
22+
crypto-bigint = { version = ">= 0.7.0-rc.0, <= 0.7.0-rc.9", default-features = false, optional = true }
2323
ark-std = { version = "0.5", default-features = false, optional = true }
2424
ark-ff = { version = "0.5", default-features = false, optional = true }
2525
ark-serialize = { version = "0.5", default-features = false, optional = true }
@@ -41,7 +41,7 @@ default = ["std"]
4141

4242
rand = ["dep:rand", "crypto-bigint/rand_core"]
4343
serde = ["dep:serde", "crypto-bigint/serde"]
44-
zeroize = ["dep:zeroize"]
44+
zeroize = ["dep:zeroize", "crypto-bigint/zeroize"]
4545

4646
std = ["num-traits/std", "ark-std/std", "ark-ff/std", "serde/std", "rand/std", "zeroize/std"]
4747
ark_std = ["dep:ark-std"]

0 commit comments

Comments
 (0)