From e3294c3faf343bb83b3af09ad9d17eddda96a0cd Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Mon, 22 Sep 2025 12:54:15 -0700 Subject: [PATCH] build: bump tree-sitter-language to 0.1.5 --- Cargo.lock | Bin 72316 -> 72316 bytes Cargo.toml | 2 +- crates/language/Cargo.toml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 63d88dcf99f9ed085008f1ff951dee92f30ff70c..02ce348816b4171c2b5bb6043309449c72133b71 100644 GIT binary patch delta 24 gcmeyfh2_r{mJP~B7)>W9?v$AP|1i&Hk0T~w0GN9Vr2qf` delta 24 gcmeyfh2_r{mJP~B7)>T8?v$AP|1i&Hk0T~w0GMqHqyPW_ diff --git a/Cargo.toml b/Cargo.toml index f8f3313e3..94ad08d20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -158,4 +158,4 @@ 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-language = { version = "0.1.4", path = "./crates/language" } +tree-sitter-language = { version = "0.1.5", path = "./crates/language" } diff --git a/crates/language/Cargo.toml b/crates/language/Cargo.toml index 5b974117a..4de0f339c 100644 --- a/crates/language/Cargo.toml +++ b/crates/language/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-language" description = "The tree-sitter Language type, used by the library and by language implementations" -version = "0.1.4" +version = "0.1.5" authors.workspace = true edition.workspace = true rust-version = "1.77"