Decrease the MSRV for the tree-sitter-language crate (#4221) (#4222)

(cherry picked from commit b26b7f8d62)

Co-authored-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
tree-sitter-ci-bot[bot] 2025-02-17 18:54:06 -08:00 committed by GitHub
parent 1925a70f7e
commit 64665ec462
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@ description = "The tree-sitter Language type, used by the library and by languag
version = "0.1.4"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
rust-version = "1.76"
readme = "README.md"
homepage.workspace = true
repository.workspace = true