diff --git a/Cargo.toml b/Cargo.toml index 5549d9a..dd30022 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,10 +17,10 @@ gobuild = "0.1.0-alpha.1" [dev-dependencies] hex = "0.4" halo2_proofs = { git = "https://github.com/privacy-scaling-explorations/halo2.git", tag = "v2022_09_10" } -poseidon-circuit = { git = "https://github.com/scroll-tech/poseidon-circuit.git"} +poseidon-circuit = { git = "https://github.com/scroll-tech/poseidon-circuit.git", branch = "sync-halo2-lib-0.4.0" } [patch."https://github.com/privacy-scaling-explorations/halo2.git"] -halo2_proofs = { git = "https://github.com/scroll-tech/halo2.git", branch = "scroll-dev-0220" } +halo2_proofs = { git = "https://github.com/scroll-tech/halo2.git", branch = "sync-halo2-lib-0.4.0" } [features] dual_codehash = []