From 65e97a6bd704710786861b24d7dcd7b39d7ba737 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 06:23:15 +0000 Subject: [PATCH] Pin dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b2988c0..dce0d35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ include = [ path = "bindings/rust/lib.rs" [dependencies] -tree-sitter = "~0.20.0" +tree-sitter = "=0.20.10" [build-dependencies] -cc = "1.0" +cc = "=1.0.95"