From 6e24d785d812f31f71d612591a677929825c931c Mon Sep 17 00:00:00 2001 From: Luni-4 Date: Wed, 10 Mar 2021 16:48:34 +0100 Subject: [PATCH] mozcpp: Consider minor version --- tree-sitter-mozcpp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tree-sitter-mozcpp/Cargo.toml b/tree-sitter-mozcpp/Cargo.toml index 9ac2f3e11..ae09609f6 100644 --- a/tree-sitter-mozcpp/Cargo.toml +++ b/tree-sitter-mozcpp/Cargo.toml @@ -27,4 +27,4 @@ tree-sitter = "^0.17" cc = "^1.0" # This dependency is not used at all for this crate, but it is here so that # dependabot can send notifications when there are updates for this grammar -tree-sitter-cpp = "0.19.0" +tree-sitter-cpp = "^0.19"