Skip to content

Commit 11a6d97

Browse files
alexle0nteLuni-4
authored andcommitted
Fix paths of internal grammar dependencies in enums
1 parent 8341b31 commit 11a6d97

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

enums/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ tree-sitter-typescript = "=0.23.2"
1515
tree-sitter-javascript = "=0.23.1"
1616
tree-sitter-python = "=0.23.6"
1717
tree-sitter-rust = "=0.23.2"
18-
tree-sitter-preproc = { path = "./tree-sitter-preproc", version = "=0.20.3" }
19-
tree-sitter-ccomment = { path = "./tree-sitter-ccomment", version = "=0.20.3" }
20-
tree-sitter-mozcpp = { path = "./tree-sitter-mozcpp", version = "=0.20.4" }
21-
tree-sitter-mozjs = { path = "./tree-sitter-mozjs", version = "=0.20.3" }
18+
tree-sitter-preproc = { path = "../tree-sitter-preproc", version = "=0.20.3" }
19+
tree-sitter-ccomment = { path = "../tree-sitter-ccomment", version = "=0.20.3" }
20+
tree-sitter-mozcpp = { path = "../tree-sitter-mozcpp", version = "=0.20.4" }
21+
tree-sitter-mozjs = { path = "../tree-sitter-mozjs", version = "=0.20.3" }
2222

2323
[profile.release]
2424
strip = "debuginfo"

0 commit comments

Comments
 (0)