-
Notifications
You must be signed in to change notification settings - Fork 143
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
Update to Rust 1.86.0 #2121
Update to Rust 1.86.0 #2121
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2121 +/- ##
==========================================
- Coverage 76.83% 76.77% -0.07%
==========================================
Files 149 149
Lines 15643 15631 -12
==========================================
- Hits 12019 12000 -19
- Misses 3624 3631 +7
🚀 New features to boost your workflow:
|
53950af
to
b34f200
Compare
We're going to need to be careful about updating rust in the builtin actors, but we'll need to do it eventually so we might as well do this now. |
e06aff1
to
e4c6a99
Compare
Can you describe how you would go about being careful other than pushing through and using existing integration tests to see what breaks? I guess digging through changelogs would be a start, but what else would you look for/at? |
This fixes a crash in CI that showed up on v1.81.0. Also fix a bunch of clippy warnings with `cargo clippy --fix`.
e4c6a99
to
88d99e9
Compare
This fixes a crash we were seeing in CI in v1.81.0.