build: bump tree-sitter-language to 0.1.4

This commit is contained in:
Amaan Qureshi 2025-01-26 13:15:18 -05:00
parent 67619dab5c
commit 56a6df0c57
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

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

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.2"
version = "0.1.4"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true