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