mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-07 00:03:10 +00:00
Cargo.toml change for testing
This commit is contained in:
parent
6ebee38e72
commit
14f92f7bfa
@ -26,7 +26,7 @@ num-bigint = "0.4.3"
|
|||||||
once_cell = "1.13.0"
|
once_cell = "1.13.0"
|
||||||
pest = "2.1.3"
|
pest = "2.1.3"
|
||||||
pest_derive = "2.1.0"
|
pest_derive = "2.1.0"
|
||||||
plonky2 = { version = "0.1.2", default-features = false, features = ["timing"] }
|
plonky2 = { path = "../plonky2", default-features = false, features = ["timing"] }
|
||||||
plonky2_util = { version = "0.1.0" }
|
plonky2_util = { version = "0.1.0" }
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
rand_chacha = "0.3.1"
|
rand_chacha = "0.3.1"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user