Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lower the lib's MSRV #3169

Merged
merged 1 commit into from
Mar 12, 2024
Merged

Conversation

the-mikedavis
Copy link
Contributor

Generally libraries should specify their MSRV as the minimum that is required to build. Keeping the MSRV below 1.70 is crucial for us as we follow Firefox's MSRV policy. Like @Wilfred mentioned in #2669, some distros lag with their Rust versions and keeping a low MSRV is the only way we can be packaged in those distros.

I've only made this change for the lib since that's the important part for downstream consumers.

@maxbrunsfeld maxbrunsfeld merged commit 7687d88 into tree-sitter:master Mar 12, 2024
13 checks passed
@maxbrunsfeld
Copy link
Contributor

Thanks for the PR @the-mikedavis. This totally makes sense. I wish we could lower it for the whole workspace, but we currently cannot because of clap, the command-line arg parsing library.

@the-mikedavis the-mikedavis deleted the lower-lib-msrv branch March 12, 2024 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants