From 164ff3cd2d5d14a71bb33dfaa5b2c4b481bf824f Mon Sep 17 00:00:00 2001 From: zhenfei Date: Mon, 16 Oct 2023 15:21:53 -0400 Subject: [PATCH] snark verifier works now --- snark-verifier-sdk/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snark-verifier-sdk/Cargo.toml b/snark-verifier-sdk/Cargo.toml index d8033778..cfe31457 100644 --- a/snark-verifier-sdk/Cargo.toml +++ b/snark-verifier-sdk/Cargo.toml @@ -17,7 +17,7 @@ serde_json = "1.0" serde_with = { version = "2.2", optional = true } bincode = "1.3.3" ark-std = { version = "0.3.0", features = ["print-trace"], optional = true } -halo2-base = { git = "https://github.com/scroll-tech/halo2-lib.git", branch = "release-0.4.0-rc", default-features = false } +halo2-base = { git = "https://github.com/scroll-tech/halo2-lib.git", branch = "sync-halo2-lib-0.4.0", default-features = false } snark-verifier = { path = "../snark-verifier", default-features = false } getset = "0.1.2"