refactor!: rename proc_macro to avoid conflicts when building std with -Z build-std
This commit is contained in:
parent
c521e9c18e
commit
75e1bcf70a
3 changed files with 3 additions and 3 deletions
|
|
@ -72,7 +72,7 @@ version = "0.4.19"
|
|||
features = ["std"]
|
||||
|
||||
[dev-dependencies]
|
||||
proc_macro = { path = "src/tests/proc_macro", package = "tree-sitter-tests-proc-macro" }
|
||||
tree_sitter_proc_macro = { path = "src/tests/proc_macro", package = "tree-sitter-tests-proc-macro" }
|
||||
|
||||
rand = "0.8.5"
|
||||
tempfile = "3.6.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue