build: bump tree-sitter-language to 0.1.5

This commit is contained in:
Max Brunsfeld 2025-09-22 12:54:15 -07:00 committed by GitHub
parent 95ab17e444
commit e3294c3faf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -1989,7 +1989,7 @@ dependencies = [
[[package]]
name = "tree-sitter-language"
version = "0.1.4"
version = "0.1.5"
[[package]]
name = "tree-sitter-loader"

View file

@ -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" }

View file

@ -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"