From a467ea8502d95562171f97953a6dc5b2a8622609 Mon Sep 17 00:00:00 2001 From: Will Lillis Date: Sat, 6 Sep 2025 15:40:45 -0400 Subject: [PATCH] fix(rust): correct crate versions in root Cargo.toml file --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 79bebc77..ace5381d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -156,9 +156,9 @@ walkdir = "2.5.0" wasmparser = "0.224.0" webbrowser = "1.0.3" -tree-sitter = { version = "0.25.1", path = "./lib" } -tree-sitter-generate = { version = "0.25.1", path = "./cli/generate" } -tree-sitter-loader = { version = "0.25.1", path = "./cli/loader" } -tree-sitter-config = { version = "0.25.1", path = "./cli/config" } -tree-sitter-highlight = { version = "0.25.1", path = "./highlight" } -tree-sitter-tags = { version = "0.25.1", path = "./tags" } +tree-sitter = { version = "0.25.9", path = "./lib" } +tree-sitter-generate = { version = "0.25.9", path = "./cli/generate" } +tree-sitter-loader = { version = "0.25.9", path = "./cli/loader" } +tree-sitter-config = { version = "0.25.9", path = "./cli/config" } +tree-sitter-highlight = { version = "0.25.9", path = "./highlight" } +tree-sitter-tags = { version = "0.25.9", path = "./tags" }