chore: bump halo2

This commit is contained in:
dante
2025-08-08 11:38:16 -04:00
parent aac6da73c4
commit 8077f9d742
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -2431,7 +2431,7 @@ dependencies = [
[[package]]
name = "halo2_proofs"
version = "0.3.0"
source = "git+https://github.com/zkonduit/halo2#c64c535e6e12c875cebddf8c7b4e794a514c3f4b?branch=ac%2Fconditional-compilation-icicle2#c64c535e6e12c875cebddf8c7b4e794a514c3f4b"
source = "git+https://github.com/zkonduit/halo2#49ad0a97cc2cf0f6da7e35a4f051bd8b57d4a004?branch=ac%2Fconditional-compilation-icicle2#49ad0a97cc2cf0f6da7e35a4f051bd8b57d4a004"
dependencies = [
"bincode",
"blake2b_simd",

View File

@@ -289,12 +289,12 @@ reusable-verifier = []
[patch.'https://github.com/zkonduit/halo2']
halo2_proofs = { git = "https://github.com/zkonduit/halo2#c64c535e6e12c875cebddf8c7b4e794a514c3f4b", package = "halo2_proofs", branch= "ac/conditional-compilation-icicle2", features = [
halo2_proofs = { git = "https://github.com/zkonduit/halo2#49ad0a97cc2cf0f6da7e35a4f051bd8b57d4a004", package = "halo2_proofs", branch= "ac/conditional-compilation-icicle2", features = [
"circuit-params", "mv-lookup"
] }
[patch.'https://github.com/zkonduit/halo2#f441c920be45f8f05d2c06a173d82e8885a5ed4d']
halo2_proofs = { git = "https://github.com/zkonduit/halo2#c64c535e6e12c875cebddf8c7b4e794a514c3f4b", package = "halo2_proofs", branch= "ac/conditional-compilation-icicle2", features = [
halo2_proofs = { git = "https://github.com/zkonduit/halo2#49ad0a97cc2cf0f6da7e35a4f051bd8b57d4a004", package = "halo2_proofs", branch= "ac/conditional-compilation-icicle2", features = [
"circuit-params", "mv-lookup"
] }