-
Notifications
You must be signed in to change notification settings - Fork 317
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.76 #5908
Update to Rust 1.76 #5908
Conversation
Deployed docs
|
The cross-platform image is on its way; ill have a look at the CI failure in the mean time. |
@@ -152,6 +156,7 @@ allow = [ | |||
|
|||
# TODO(emilk): enable more of these lints: | |||
"clippy::cloned_instead_of_copied", | |||
"clippy::iter_over_hash_type", |
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.
happens too often? ah well
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.
More than twice, at this is too fun to fix this cycle :)
4aed5bc
to
862fabb
Compare
I have no idea why the web check is failing, except that it's related to I'll disable it for now since @Wumpf is already refactoring it on another branch, and then we should be able to merge this. |
862fabb
to
2a8f480
Compare
What
I discovered the
cargo doc
step in our CI was taking over 7 minutes due to some bug incargo doc
. Updating Rust fixes this.Checklist
main
build: rerun.io/viewernightly
build: rerun.io/viewer