Skip to content

Commit 2aa5414

Browse files
committed
Include circom 2.2.1 and 2.2.2
1 parent 259536d commit 2aa5414

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/deps.js

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ export const SNARKJS_VERSIONS = [
1212

1313
// Linux binary downloaded from https://github.com/iden3/circom/releases
1414
export const CIRCOM_VERSIONS = [
15+
'2.2.2',
16+
'2.2.1',
1517
'2.2.0',
1618
'2.1.9',
1719
'2.1.8',

template/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"snarkjs": "%%snarkjs_version%%"
1515
},
1616
"devDependencies": {
17-
"circomkit": "^0.3.1"
17+
"circomkit": "^0.3.2"
1818
},
1919
"resolutions": {
2020
"web-worker": "1.2.0"

0 commit comments

Comments
 (0)