Merge pull request #3169 from helix-editor/lower-lib-msrv

Lower the lib's MSRV
This commit is contained in:
Max Brunsfeld 2024-03-12 12:17:24 -07:00 committed by GitHub
commit 7687d88402
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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