From cc8c4039da4c2dd0decb86934236967e3658cc94 Mon Sep 17 00:00:00 2001 From: Luni-4 Date: Tue, 9 Mar 2021 17:46:44 +0100 Subject: [PATCH] Add versions to local grammars --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 092dec697..ae3bcef0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"