tree-sitter-language 0.1.5

This commit is contained in:
Max Brunsfeld 2025-02-17 19:47:40 -08:00
parent 6e0618704a
commit 8b5c63bffa
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -2151,7 +2151,7 @@ dependencies = [
[[package]]
name = "tree-sitter-language"
version = "0.1.4"
version = "0.1.5"
[[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.4"
version = "0.1.5"
authors.workspace = true
edition.workspace = true
rust-version = "1.76"