From 64665ec46220dccfbc573b2a91fd0128f46b98bf Mon Sep 17 00:00:00 2001 From: "tree-sitter-ci-bot[bot]" <180118140+tree-sitter-ci-bot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 18:54:06 -0800 Subject: [PATCH] Decrease the MSRV for the tree-sitter-language crate (#4221) (#4222) (cherry picked from commit b26b7f8d62d8508a675ab6f0fa34b628a3b96b31) Co-authored-by: Max Brunsfeld --- lib/language/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/language/Cargo.toml b/lib/language/Cargo.toml index e8eeab19..09e52db7 100644 --- a/lib/language/Cargo.toml +++ b/lib/language/Cargo.toml @@ -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