Skip to content

Commit 393102e

Browse files
Change the go get on batcher's builder to the last circom version
1 parent ab6e68b commit 393102e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/batcher/build.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ fn main() {
1414
// Fix the missing dependency issue
1515
let mut get_cmd = Command::new("go");
1616
get_cmd.arg("get")
17-
.arg("github.com/yetanotherco/go-circom-prover-verifier/[email protected]20250618180418-d2d74c2e8fd9");
18-
17+
.arg("github.com/yetanotherco/go-circom-prover-verifier/[email protected]20250618185957-f01a8a8ec4a6");
18+
1919
let _ = get_cmd.output(); // Run but don't fail if it has issues
2020

2121
// Build gnark library

0 commit comments

Comments
 (0)