We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab6e68b commit 393102eCopy full SHA for 393102e
crates/batcher/build.rs
@@ -14,8 +14,8 @@ fn main() {
14
// Fix the missing dependency issue
15
let mut get_cmd = Command::new("go");
16
get_cmd.arg("get")
17
- .arg("github.com/yetanotherco/go-circom-prover-verifier/[email protected]20250618180418-d2d74c2e8fd9");
18
-
+ .arg("github.com/yetanotherco/go-circom-prover-verifier/[email protected]20250618185957-f01a8a8ec4a6");
+
19
let _ = get_cmd.output(); // Run but don't fail if it has issues
20
21
// Build gnark library
0 commit comments