build: bump language to 0.1.1

This commit is contained in:
Amaan Qureshi 2024-10-03 22:15:26 -04:00
parent cd81527b1b
commit 6769386a33
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1637,7 +1637,7 @@ dependencies = [
[[package]]
name = "tree-sitter-language"
version = "0.1.0"
version = "0.1.1"
[[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.0"
version = "0.1.1"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true