From 684d69ef1886ae8ca9042a7cbc8a8eebc229992d Mon Sep 17 00:00:00 2001 From: zhenfei Date: Thu, 26 Oct 2023 20:51:55 -0400 Subject: [PATCH] chore: update dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = []