diff --git a/Cargo.lock b/Cargo.lock index 3fbb2c75e..e1500a856 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2290,7 +2290,7 @@ dependencies = [ [[package]] name = "halo2_solidity_verifier" version = "0.1.0" -source = "git+https://github.com/alexander-camuto/halo2-solidity-verifier?branch=ac/mvlookup#4eddb5d540e9b8090ba1f9760324919f16e78622" +source = "git+https://github.com/alexander-camuto/halo2-solidity-verifier?branch=ac/mv-lookup2#188d9aaedd9ee22607ff37c37618f286234c83c1" dependencies = [ "askama", "blake2b_simd", diff --git a/Cargo.toml b/Cargo.toml index f65744bba..57634098e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ openssl = { version = "0.10.55", features = ["vendored"] } postgres = "0.19.5" pg_bigdecimal = "0.1.5" lazy_static = "1.4.0" -halo2_solidity_verifier = { git = "https://github.com/alexander-camuto/halo2-solidity-verifier", branch= "ac/mvlookup" } +halo2_solidity_verifier = { git = "https://github.com/alexander-camuto/halo2-solidity-verifier", branch= "ac/mv-lookup2" } colored_json = { version = "3.0.1", default_features = false, optional = true} plotters = { version = "0.3.0", default_features = false, optional = true } regex = { version = "1", default_features = false }