build: bump tree-sitter-language to 0.1.5
This commit is contained in:
parent
95ab17e444
commit
e3294c3faf
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -1989,7 +1989,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tree-sitter-language"
|
||||
version = "0.1.4"
|
||||
version = "0.1.5"
|
||||
|
||||
[[package]]
|
||||
name = "tree-sitter-loader"
|
||||
|
|
|
|||
|
|
@ -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" }
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue