From e1b424c19165268386d20cb800672856ad7752c4 Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Wed, 24 Sep 2025 16:26:37 -0400 Subject: [PATCH] Revert "0.26.0" --- Cargo.lock | Bin 72316 -> 72316 bytes Cargo.toml | 14 +++++++------- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 02ce348816b4171c2b5bb6043309449c72133b71..9f92d9ed3d3d44aa18d9b3512477112b646db72c 100644 GIT binary patch delta 99 zcmeyfh2_r{mJNaX7|kXJ9ul9-JDY3z9)3oy$+i2|fQ2MCJMV910yC8+zdV@EXtp`< kkQF0T`QpR7pi&J-enG`#nK&mG2(V9HaX4u+%dv_O04TUAJOBUy delta 99 zcmeyfh2_r{mJNaX7|kaK9ul9-JDY3z9)3oy$+i2|fQ2MCJMV910yC8+zdV@EXudh{ kkQF0T`QpR7pi&J-enG`#nK&mG2(V9HaX4u+%dv_O04gIXLjV8( diff --git a/Cargo.toml b/Cargo.toml index 94ad08d20..ba497668a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.27.0" +version = "0.26.0" authors = [ "Max Brunsfeld ", "Amaan Qureshi ", @@ -151,11 +151,11 @@ walkdir = "2.5.0" wasmparser = "0.229.0" webbrowser = "1.0.5" -tree-sitter = { version = "0.27.0", path = "./lib" } -tree-sitter-generate = { version = "0.27.0", path = "./crates/generate" } -tree-sitter-loader = { version = "0.27.0", path = "./crates/loader" } -tree-sitter-config = { version = "0.27.0", path = "./crates/config" } -tree-sitter-highlight = { version = "0.27.0", path = "./crates/highlight" } -tree-sitter-tags = { version = "0.27.0", path = "./crates/tags" } +tree-sitter = { version = "0.26.0", path = "./lib" } +tree-sitter-generate = { version = "0.26.0", path = "./crates/generate" } +tree-sitter-loader = { version = "0.26.0", path = "./crates/loader" } +tree-sitter-config = { version = "0.26.0", path = "./crates/config" } +tree-sitter-highlight = { version = "0.26.0", path = "./crates/highlight" } +tree-sitter-tags = { version = "0.26.0", path = "./crates/tags" } tree-sitter-language = { version = "0.1.5", path = "./crates/language" }