File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2626 - name : Setup Rust
2727 uses : dtolnay/rust-toolchain@stable
2828
29- - name : Download Circom Binary v2.2.2
29+ - name : Download Circom Binary v2.1.9
3030 run : |
31- wget -qO /home/runner/work/circom https://github.com/iden3/circom/releases/download/v2.2.2 /circom-linux-amd64
31+ wget -qO /home/runner/work/circom https://github.com/iden3/circom/releases/download/v2.1.9 /circom-linux-amd64
3232 chmod +x /home/runner/work/circom
3333 sudo mv /home/runner/work/circom /bin/circom
3434
Original file line number Diff line number Diff line change 11{
22 "name" : " @zk-email/circuits" ,
3- "version" : " 6.3.3 " ,
3+ "version" : " 6.4.1-alpha.0 " ,
44 "license" : " MIT" ,
55 "scripts" : {
66 "publish" : " yarn npm publish --access=public" ,
77 "test" : " NODE_OPTIONS=--max_old_space_size=8192 jest --runInBand --detectOpenHandles --forceExit --verbose tests"
88 },
99 "dependencies" : {
10- "@zk-email/zk-regex-circom" : " 2.2.1 -alpha.0" ,
10+ "@zk-email/zk-regex-circom" : " 2.2.2 -alpha.0" ,
1111 "circomlib" : " ^2.0.5"
1212 },
1313 "devDependencies" : {
Original file line number Diff line number Diff line change 1515 " src"
1616 ],
1717 "dependencies" : {
18- "@zk-email/zk-regex-circom" : " 2.2.1 -alpha.0" ,
18+ "@zk-email/zk-regex-circom" : " 2.2.2 -alpha.0" ,
1919 "@zk-email/zk-regex-compiler" : " 2.2.0-alpha.0" ,
2020 "addressparser" : " ^1.0.1" ,
2121 "atob" : " ^2.1.2" ,
You can’t perform that action at this time.
0 commit comments