-
Notifications
You must be signed in to change notification settings - Fork 445
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.70 #2179
Bump MSRV to 1.70 #2179
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2179 +/- ##
=====================================
Coverage 79.0% 79.0%
=====================================
Files 121 121
Lines 20945 20945
=====================================
+ Hits 16559 16561 +2
+ Misses 4386 4384 -2 ☔ View full report in Codecov by Sentry. |
@@ -2,6 +2,8 @@ | |||
|
|||
## vNext | |||
|
|||
- Bump MSRV to 1.70 [#2179](https://github.com/open-telemetry/opentelemetry-rust/pull/2179) |
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.
this can be skipped as otlp is already on 1.71.1
@@ -2,6 +2,8 @@ | |||
|
|||
## vNext | |||
|
|||
- Bump MSRV to 1.70 [#2179](https://github.com/open-telemetry/opentelemetry-rust/pull/2179) |
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.
please skip this, as proto is already on 1.71.1
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.
Thanks.
(Need a minor cleanup in changelog for proto, otlp which are already on higher version)
@@ -13,7 +13,7 @@ categories = [ | |||
keywords = ["opentelemetry", "zipkin", "tracing", "async"] | |||
license = "Apache-2.0" | |||
edition = "2021" | |||
rust-version = "1.65" | |||
rust-version = "1.70" |
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.
Nit - Also update the Readme.md. Not related to this PR and to be handled separately, we need to be consistent regarding mentioning or not-mentioning msrv in Readme.md
for all the otel crates.
Thanks for the PR. LGTM with nit comments. There are few places for msrv patching and version pinning, which can be cleaned up now. I will raise a separate PR for that. |
Merging. The nits can be fixed as part of cleanups required in the patch scipts. |
As discussed in #2168.
Merge requirement checklist
CHANGELOG.md
files updated for non-trivial, user-facing changes