Skip to content

Commit 79e00b8

Browse files
author
andrew
committed
Make proc macros ver explicit again
1 parent 7879937 commit 79e00b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/structre/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ unicode = ["structre_proc_macros/unicode", "regex/unicode"]
1414
[dependencies]
1515
regex = { version = "1", default-features = false, features = ["std"] }
1616
static_init = "1"
17-
structre_proc_macros = { path = "../structre_proc_macros" }
17+
structre_proc_macros = { path = "../structre_proc_macros", version = "=0.1.0" }

0 commit comments

Comments
 (0)