File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ pastey = "0"
1919thiserror = " 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 }
2323ark-std = { version = " 0.5" , default-features = false , optional = true }
2424ark-ff = { version = " 0.5" , default-features = false , optional = true }
2525ark-serialize = { version = " 0.5" , default-features = false , optional = true }
@@ -81,7 +81,7 @@ crypto-primitives = { path = "." }
8181crypto-primitives-proc-macros = { path = " proc-macros" }
8282num-traits = { version = " 0.2" , default-features = false }
8383proptest = { 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 }
8585criterion = " 0.7.0"
8686
8787[workspace .lints .rust ]
You can’t perform that action at this time.
0 commit comments