diff --git a/Cargo.lock b/Cargo.lock index 02ce34881..9f92d9ed3 100644 Binary files a/Cargo.lock and b/Cargo.lock differ 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" }