-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update rust version to 1.68 #5439
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #5439 +/- ##
==========================================
- Coverage 45.11% 45.10% -0.01%
==========================================
Files 172 172
Lines 14378 14376 -2
==========================================
- Hits 6487 6485 -2
Misses 7891 7891
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
d2ccbe7
to
c80335d
Compare
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.
Looks great to me, there's a lot of nice ergonomic improvements IMO. I guess we're just blocked on the NDK now.
# Probably https://github.com/rust-lang/rust/issues/97549 which is a 1.61 issue. | ||
# We should revert this once we move past 1.61 | ||
- run: RUST_LOG=trace cargo test -j2 | ||
- run: RUST_LOG=trace cargo test |
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.
Nice.
@@ -30,6 +30,7 @@ pub enum SyncedBookmarkValue<T> { | |||
Specified(T), | |||
} | |||
|
|||
#[allow(clippy::derivable_impls)] // 1.65 gets upset if we derive default here due to the <T> |
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.
Maybe note that we should switch to Derive once the min-version is 1.68.
c80335d
to
412aa9d
Compare
412aa9d
to
e02201b
Compare
Now m-c is on 1.68 I thought I'd see that the fallout is. Fixes #5435, but blocked by #5436.
Most changes mage by clippy.