From 1e3306d341a52bf93c534fc60fa063d94de4a912 Mon Sep 17 00:00:00 2001 From: Erik Krogh Kristensen Date: Mon, 8 Aug 2022 13:11:05 +0200 Subject: [PATCH] synchronize the version of tree-sitter-ql-yaml across the Cargo.toml files --- ql/generator/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ql/generator/Cargo.toml b/ql/generator/Cargo.toml index 6f1dc60ea78..28510e96d58 100644 --- a/ql/generator/Cargo.toml +++ b/ql/generator/Cargo.toml @@ -13,4 +13,4 @@ tracing = "0.1" tracing-subscriber = { version = "0.3.3", features = ["env-filter"] } tree-sitter-ql = { git = "https://github.com/tree-sitter/tree-sitter-ql.git" } tree-sitter-ql-dbscheme = { git = "https://github.com/tausbn/tree-sitter-ql-dbscheme.git"} -tree-sitter-ql-yaml = {git = "https://github.com/tausbn/tree-sitter-ql.git", rev = "6fe85436702c92b0245d2b91908a12d6b0341f4c"} +tree-sitter-ql-yaml = {git = "https://github.com/tausbn/tree-sitter-ql.git", rev = "c9d7d8de9fab75f39d5bc7bdf3a6e5151bb9b3bd"}