Skip to content

Commit

Permalink
Merge branch 'main' into feat/fix-email-addr-regex
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Aug 26, 2024
2 parents a36df33 + c9a89c3 commit ebbb8a2
Show file tree
Hide file tree
Showing 3 changed files with 143 additions and 115 deletions.
4 changes: 2 additions & 2 deletions packages/apis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ crate-type = ["rlib", "cdylib"]
[dependencies]
# zk-regex-compiler = { path = "../compiler", default-features = false }
serde = { version = "1.0.159", features = ["derive"] }
fancy-regex = "0.11.0"
itertools = "0.10.3"
fancy-regex = "0.13.0"
itertools = "0.13.0"
thiserror = "1.0.40"
serde_json = "1.0.95"
wasm-bindgen = "0.2"
Expand Down
Loading

0 comments on commit ebbb8a2

Please sign in to comment.