From f1ad3f05a3b9443ad4bf2dc89b1b1a37558faf6a Mon Sep 17 00:00:00 2001 From: dongchangYoo Date: Mon, 25 Mar 2024 14:34:12 +0900 Subject: [PATCH] build: bump up halo2 to `halo2-with-tachyon` --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a865da9..82d54ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,8 +16,8 @@ gobuild = "0.1.0-alpha.1" [dev-dependencies] hex = "0.4" -halo2_proofs = { git = "https://github.com/kroma-network/halo2.git", rev = "4f71fab" } -poseidon-circuit = { git = "https://github.com/kroma-network/poseidon-circuit.git", rev = "c93a542" } +halo2_proofs = { git = "https://github.com/kroma-network/halo2.git", branch = "halo2-with-tachyon" } +poseidon-circuit = { git = "https://github.com/kroma-network/poseidon-circuit.git", rev = "0799a4a" } [features] dual_codehash = []