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

This commit is contained in:
Max Brunsfeld 2025-02-17 18:52:57 -08:00 committed by GitHub
parent 2bd400dcee
commit b26b7f8d62
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