-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
chore: bump rust version to 1.82 #6672
Conversation
CodSpeed Performance ReportMerging #6672 will not alter performanceComparing Summary
|
We have couple of warnings around using keys with interior mutability. This is bad because ideally But the lint has known false positives for types that has interior mutability but doesn't access that interior mutable type for its We need to check whether it is the case for our case and if that is the case we should deny the warning. https://rust-lang.github.io/rust-clippy/master/index.html#mutable_key_type cc @FuelLabs/sway-compiler |
When I originally did #6501 I ran into this and had 99% of the changes done for the interior mutability warnings, but those were dropped when other priorities came around. I'll put it on my list as something to do for a background task. |
Description
Bumps sway version used in CI to v1.82