-
Notifications
You must be signed in to change notification settings - Fork 452
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
bump MSRV to 1.75.0 for all crates #2417
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2417 +/- ##
=====================================
Coverage 79.3% 79.3%
=====================================
Files 122 122
Lines 21569 21569
=====================================
Hits 17114 17114
Misses 4455 4455 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
https://releases.rs/docs/1.75.0/ was release an year ago, and is much more liberal than the official policy https://github.com/open-telemetry/opentelemetry-rust?tab=readme-ov-file#supported-rust-versions
Changes
As discussed in the community meeting (ref - #2374 (comment)) , opening this PR to bump the MSRV from
1.70.0
/1.71.1
to1.75.0
for all crates.If there are any concerns or objections to increasing the MSRV, please share your feedback in this PR.
Merge requirement checklist
CHANGELOG.md
files updated for non-trivial, user-facing changes