diff --git a/Cargo.toml b/Cargo.toml index 8af3908..2a4c2b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,10 +13,12 @@ anyhow = { version = "1.0.40" } itertools = { version = "0.10.0" } plonky2_maybe_rayon = { version = "0.1.0" } num = { version = "0.4.0" } -plonky2 = { git = "https://github.com/Lagrange-Labs/plonky2" } +plonky2 = "0.1.4" serde = { version = "1.0", features = ["derive"] } plonky2_crypto = { git = "https://github.com/Lagrange-Labs/plonky2-crypto" , branch = "feat/serialization" } [dev-dependencies] rand = { version = "0.8.4", features = ["getrandom"] } +[patch.crates-io] +plonky2 = { git = "https://github.com/Lagrange-Labs/plonky2" }