Lower the lib's MSRV

This commit is contained in:
Michael Davis 2024-03-12 09:36:54 -04:00
parent 647d2e5c37
commit c0185dd635
No known key found for this signature in database

View file

@ -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