From c0185dd635d9e09e99f32ef2a7a31179af4a1e91 Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Tue, 12 Mar 2024 09:36:54 -0400 Subject: [PATCH] Lower the lib's MSRV --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index b40939f7..372766b7 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -4,7 +4,7 @@ version.workspace = true description = "Rust bindings to the Tree-sitter parsing library" authors.workspace = true edition.workspace = true -rust-version.workspace = true +rust-version = "1.65" readme = "binding_rust/README.md" homepage.workspace = true repository.workspace = true