Skip to content

Commit 81cc2cd

Browse files
committed
fix: npm verisons and zk-circom version
1 parent 4bade68 commit 81cc2cd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
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

packages/circuits/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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": {

packages/helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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",

0 commit comments

Comments
 (0)