Skip to content

Commit

Permalink
fix: regexes path
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisht13 committed Jun 23, 2024
1 parent a31092c commit 6488973
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/circuits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@zk-email/circuits": "^3.2.3",
"@zk-email/helpers": "^3.1.3",
"@zk-email/zk-regex-circom": "^1.2.2",
"@zk-email/relayer-utils": "^0.1.9",
"@zk-email/relayer-utils": "^0.2.0",
"circom-grumpkin": "https://github.com/zkemail/circom-grumpkin.git",
"commander": "^11.0.0",
"snarkjs": "^0.7.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.68"
lettre = { version = "0.10.4", features = ["tokio1", "tokio1-native-tls"] }
ethers = { version = "2.0.10", features = ["abigen"] }
relayer-utils = { git = "https://github.com/zkemail/relayer-utils", rev = "2c3e9b8" }
relayer-utils = { git = "https://github.com/zkemail/relayer-utils", rev = "f054590" }
slog = { version = "2.7.0", features = [
"max_level_trace",
"release_max_level_warn",
Expand Down

0 comments on commit 6488973

Please sign in to comment.