Skip to content

Commit d02a5fc

Browse files
committed
Downgrade rand to 0.9
1 parent 82666cf commit d02a5fc

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.10", default-features = false, optional = true }
22+
crypto-bigint = { version = "<= 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 }
@@ -81,7 +81,7 @@ crypto-primitives = { path = "." }
8181
crypto-primitives-proc-macros = { path = "proc-macros" }
8282
num-traits = { version = "0.2", default-features = false }
8383
proptest = { version = "1", default-features = false, features = ["alloc"] }
84-
rand = { version = "0.10.0-rc.1", default-features = false }
84+
rand = { version = "0.9", default-features = false }
8585
criterion = "0.7.0"
8686

8787
[workspace.lints.rust]

0 commit comments

Comments
 (0)