Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates Rust toolchain version from 1.89 to 1.90 across the OpenVMM project. The update ensures all build environments and dependency configurations use the latest version.
- Updates workspace package rust-version in Cargo.toml files
- Updates rustup toolchain version in build configuration files
- Updates all CI workflow files to use Rust 1.90.0
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 rust-version from "1.89" to "1.90" in workspace configuration |
| xsync/Cargo.toml | Updates rust-version from "1.89" to "1.90" in workspace configuration |
| flowey/flowey_lib_hvlite/src/_jobs/cfg_versions.rs | Updates RUSTUP_TOOLCHAIN constant from "1.89.0" to "1.90.0" |
| .github/workflows/openvmm-pr.yaml | Updates all Rust installation commands to use 1.90.0 toolchain |
| .github/workflows/openvmm-pr-release.yaml | Updates all Rust installation commands to use 1.90.0 toolchain |
| .github/workflows/openvmm-docs-pr.yaml | Updates all Rust installation commands to use 1.90.0 toolchain |
| .github/workflows/openvmm-docs-ci.yaml | Updates all Rust installation commands to use 1.90.0 toolchain |
| .github/workflows/openvmm-ci.yaml | Updates all Rust installation commands to use 1.90.0 toolchain |
benhillis
previously approved these changes
Sep 18, 2025
benhillis
approved these changes
Sep 18, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.