Skip to content

Commit

Permalink
Update dependency of neon.
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Oct 16, 2023
1 parent be1540a commit cd97781
Show file tree
Hide file tree
Showing 5 changed files with 553 additions and 553 deletions.
2 changes: 1 addition & 1 deletion packages/apis/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zk-regex-apis"
version = "1.1.0"
version = "1.1.1"
license = "MIT"
edition = "2018"
exclude = ["index.node"]
Expand Down
4 changes: 2 additions & 2 deletions packages/apis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zk-email/zk-regex-apis",
"version": "1.1.0",
"version": "1.1.1",
"description": "apis compatible with [zk-regex](https://github.com/zkemail/zk-regex/tree/main).",
"contributors": [
"Javier Su <javier.su.weijie@gmail.com>",
Expand All @@ -17,7 +17,7 @@
"test": "cargo test"
},
"license": "MIT",
"devDependencies": {
"dependencies": {
"cargo-cp-artifact": "^0.1"
}
}
2 changes: 1 addition & 1 deletion packages/compiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zk-regex-compiler"
version = "1.0.1"
version = "1.0.2"
authors = [
"Javier Su <javier.su.weijie@gmail.com>",
"Kata Choi <kata.choi@gmail.com>",
Expand Down
4 changes: 2 additions & 2 deletions packages/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zk-email/zk-regex-compiler",
"version": "1.0.1",
"version": "1.0.2",
"description": "a compiler to generate a regex verification circuit in circom from a user-defined regex. Please check [zk-regex](https://github.com/zkemail/zk-regex/tree/main) for the detail.",
"main": "index.node",
"contributors": [
Expand All @@ -17,7 +17,7 @@
"test": "cargo test"
},
"license": "MIT",
"devDependencies": {
"dependencies": {
"cargo-cp-artifact": "^0.1"
}
}
Loading

0 comments on commit cd97781

Please sign in to comment.