Skip to content

Update to Rust v1.88 #267

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

Merged
merged 5 commits into from
Jun 29, 2025
Merged

Update to Rust v1.88 #267

merged 5 commits into from
Jun 29, 2025

Conversation

kylewlacy
Copy link
Member

This PR updates the Rust version in rust-toolchain.toml, Cargo.toml, and project.bri to use Rust v1.88.0.

There was a new warning that appeared that I fixed. I also made a few miscellaneous tweaks to the Brioche-in-Brioche build:

let mut download_stream = response
let download_stream = response
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

download_stream gets wrapped with std::pin::pin!(). In Rust v1.88, this started triggering an unused_mut warning.

I couldn't find anything in the release notes that would explain why this is now a warning, but I'm guessing it's probably a result of this change: rust-lang/rust#139114

@kylewlacy kylewlacy enabled auto-merge (squash) June 29, 2025 04:25
@kylewlacy kylewlacy merged commit 618f21f into main Jun 29, 2025
10 checks passed
@kylewlacy kylewlacy deleted the update-to-rust-v1.88 branch June 29, 2025 04:40
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.

1 participant