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 ba56037 commit d494cc6Copy full SHA for d494cc6
crates/batcher/build.rs
@@ -9,8 +9,9 @@ fn main() {
9
10
// Fix the missing dependency issue
11
let mut get_cmd = Command::new("go");
12
- get_cmd.arg("get")
13
- .arg("github.com/iden3/go-rapidsnark/[email protected]");
+ get_cmd
+ .arg("get")
14
+ .arg("github.com/iden3/go-rapidsnark/[email protected]");
15
16
let _ = get_cmd.output(); // Run but don't fail if it has issues
17
0 commit comments