-
Notifications
You must be signed in to change notification settings - Fork 161
Repo: Update to Rust 1.92 #2562
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
base: main
Are you sure you want to change the base?
Conversation
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.
Pull request overview
This PR updates the OpenVMM repository's Rust toolchain from version 1.91 to 1.92 across all configuration files and CI/CD workflows.
- Updates workspace-level
rust-versiondeclarations in Cargo.toml manifests - Updates rustup toolchain version in all GitHub Actions workflows (PR, CI, docs, and release pipelines)
- Updates the flowey pipeline configuration constant for toolchain management
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
Cargo.toml |
Updates main workspace rust-version from 1.91 to 1.92 |
xsync/Cargo.toml |
Updates xsync workspace rust-version from 1.91 to 1.92 |
flowey/flowey_lib_hvlite/src/_jobs/cfg_versions.rs |
Updates RUSTUP_TOOLCHAIN constant from 1.91.1 to 1.92.0 |
.github/workflows/openvmm-pr.yaml |
Updates all rustup installation commands from 1.91.1 to 1.92.0 across Linux, Windows x64, and ARM64 runners |
.github/workflows/openvmm-pr-release.yaml |
Updates all rustup installation commands from 1.91.1 to 1.92.0 for release PR workflow |
.github/workflows/openvmm-docs-pr.yaml |
Updates all rustup installation commands from 1.91.1 to 1.92.0 for docs PR workflow |
.github/workflows/openvmm-docs-ci.yaml |
Updates all rustup installation commands from 1.91.1 to 1.92.0 for docs CI workflow |
.github/workflows/openvmm-ci.yaml |
Updates all rustup installation commands from 1.91.1 to 1.92.0 for main CI workflow |
|
Sizable binary size regression both here and internally. Current suspect is rust-lang/rust#143613 |
cf850a0 to
b87adf4
Compare
No description provided.