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

fix msrv #2079

Merged
merged 1 commit into from
Sep 4, 2024
Merged

fix msrv #2079

merged 1 commit into from
Sep 4, 2024

Conversation

lalitb
Copy link
Member

@lalitb lalitb commented Sep 4, 2024

Error:

error: package `hyper-rustls v0.27.3` cannot be built because it requires rustc 1.70 or newer, while the currently active rustc version is 1.65.0
Either upgrade to rustc 1.70 or newer, or use
cargo update -p hyper-rustls@0.27.3 --precise ver
where `ver` is the latest version of `hyper-rustls` supporting rustc 1.65.0

Merge requirement checklist

  • CONTRIBUTING guidelines followed
  • Unit tests added/updated (if applicable)
  • Appropriate CHANGELOG.md files updated for non-trivial, user-facing changes
  • Changes in public API reviewed (if applicable)

Sorry, something went wrong.

@lalitb lalitb marked this pull request as ready for review September 4, 2024 15:03
@lalitb lalitb requested a review from a team September 4, 2024 15:03
Copy link

codecov bot commented Sep 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.9%. Comparing base (4bc02f4) to head (658d2e5).
Report is 1 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #2079   +/-   ##
=====================================
  Coverage   77.9%   77.9%           
=====================================
  Files        121     121           
  Lines      21143   21143           
=====================================
  Hits       16479   16479           
  Misses      4664    4664           

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

@cijothomas cijothomas merged commit 54a3ad1 into open-telemetry:main Sep 4, 2024
25 checks passed
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