Skip to content

Commit

Permalink
use path instead of git for compiler dep
Browse files Browse the repository at this point in the history
  • Loading branch information
bert0RM committed Dec 13, 2023
1 parent 1550233 commit dba061c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ crate-type = ["rlib", "cdylib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
compiler = { package = "zk-regex-compiler", git = "https://github.com/zkemail/zk-regex.git", default-features = false }
compiler = { package = "zk-regex-compiler", path = "../compiler", default-features = false }
fancy-regex = "0.11.0"
itertools = "0.10.3"
thiserror = "1.0.40"
Expand Down

0 comments on commit dba061c

Please sign in to comment.