We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7879937 commit 79e00b8Copy full SHA for 79e00b8
crates/structre/Cargo.toml
@@ -14,4 +14,4 @@ unicode = ["structre_proc_macros/unicode", "regex/unicode"]
14
[dependencies]
15
regex = { version = "1", default-features = false, features = ["std"] }
16
static_init = "1"
17
-structre_proc_macros = { path = "../structre_proc_macros" }
+structre_proc_macros = { path = "../structre_proc_macros", version = "=0.1.0" }
0 commit comments