Skip to content

Commit

Permalink
Add versions to local grammars
Browse files Browse the repository at this point in the history
  • Loading branch information
Luni-4 committed Mar 9, 2021
1 parent de5ada3 commit cc8c403
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ termcolor = "^1.1"

tree-sitter = "^0.17"
tree-sitter-java = "^0.16"
tree-sitter-preproc = { path = "./tree-sitter-preproc" }
tree-sitter-ccomment = { path = "./tree-sitter-ccomment" }
tree-sitter-mozcpp = { path = "./tree-sitter-mozcpp" }
tree-sitter-mozjs = { path = "./tree-sitter-mozjs" }
tree-sitter-preproc = { path = "./tree-sitter-preproc", version = "^0.16" }
tree-sitter-ccomment = { path = "./tree-sitter-ccomment", version = "^0.16" }
tree-sitter-mozcpp = { path = "./tree-sitter-mozcpp", version = "^0.16" }
tree-sitter-mozjs = { path = "./tree-sitter-mozjs", version = "^0.16" }

[dev-dependencies]
pretty_assertions = "^0.7"
Expand Down

0 comments on commit cc8c403

Please sign in to comment.