From 59257fad44643231c3cc9ce86c984b0e31a2abf0 Mon Sep 17 00:00:00 2001 From: RigobertoM29 Date: Thu, 14 Dec 2023 19:02:09 -0800 Subject: [PATCH] try path --- packages/apis/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/apis/Cargo.toml b/packages/apis/Cargo.toml index 121c74f..f51ea13 100644 --- a/packages/apis/Cargo.toml +++ b/packages/apis/Cargo.toml @@ -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] -zk-regex-compiler = { package = "zk-regex-compiler", git = "https://github.com/zkemail/zk-regex.git", default-features = false, branch = "rmacedo/fix_build_and_tests" } +zk-regex-compiler = { path = "../compiler"} fancy-regex = "0.11.0" itertools = "0.10.3" thiserror = "1.0.40"