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

Set MSRV to 1.63 #19

Merged
merged 1 commit into from
Dec 22, 2023
Merged

Set MSRV to 1.63 #19

merged 1 commit into from
Dec 22, 2023

Conversation

eagr
Copy link
Contributor

@eagr eagr commented Dec 22, 2023

The feature gating is already complicated enough, this could simplify the codebase a bit.

Rationale:

  • legacy projects are unlikely to use latches, and new projects wouldn't base on Rust<1.63
  • prominent projects that people rely on for concurrent programming (like tokio) have msrv>=1.63

So in practice, it doesn't make much sense to support Rust<1.63.

Copy link

codecov bot commented Dec 22, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6eeec89) 100.00% compared to head (6a6487f) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #19   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines          596       596           
  Branches       596       596           
=========================================
  Hits           596       596           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mirromutth mirromutth added the enhancement New feature or request label Dec 22, 2023
@mirromutth mirromutth merged commit ba711a0 into mirromutth:main Dec 22, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants