File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ edition = "2021"
16
16
[dependencies ]
17
17
bitvec = { version = " 1" , default-features = false , optional = true }
18
18
byteorder = { version = " 1" , default-features = false , optional = true }
19
- ff_derive = { version = " 0.12.1 " , path = " ff_derive" , optional = true }
20
- rand_core = { version = " 0.6 " , default-features = false }
21
- subtle = { version = " 2.2.1 " , default-features = false , features = [" i128" ] }
19
+ ff_derive = { version = " 0" , path = " ff_derive" , optional = true }
20
+ rand_core = { version = " 0" , default-features = false }
21
+ subtle = { version = " 2" , default-features = false , features = [" i128" ] }
22
22
23
23
[dev-dependencies ]
24
- rand = " 0.8 "
24
+ rand = " 0"
25
25
26
26
[features ]
27
27
default = [" bits" , " std" ]
You can’t perform that action at this time.
0 commit comments