From f2e1aa3d72e488c4b382dfa120545e81c29c155c Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Mon, 30 Sep 2024 13:58:27 -0400 Subject: [PATCH] fix(bindings): use `RUST_BINDING_VERSION` in `Cargo.toml` template --- cli/src/templates/_cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/templates/_cargo.toml b/cli/src/templates/_cargo.toml index 4960d767..04540d34 100644 --- a/cli/src/templates/_cargo.toml +++ b/cli/src/templates/_cargo.toml @@ -24,4 +24,4 @@ tree-sitter-language = "0.1" cc = "1.1.22" [dev-dependencies] -tree-sitter = "0.23" +tree-sitter = "RUST_BINDING_VERSION"