Fix CI MSRV failure: bump MSRV to 1.85.0 and commit Cargo.lock#62
Merged
Fix CI MSRV failure: bump MSRV to 1.85.0 and commit Cargo.lock#62
Conversation
Co-authored-by: Nugine <30099658+Nugine@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix continuous integration failure
Fix CI MSRV failure: cap uuid dependency below 1.21.0
Feb 25, 2026
Owner
|
Co-authored-by: Nugine <30099658+Nugine@users.noreply.github.com>
Contributor
Author
Done in commit
|
Copilot
AI
changed the title
Fix CI MSRV failure: cap uuid dependency below 1.21.0
Fix CI MSRV failure: bump MSRV to 1.85.0 and commit Cargo.lock
Feb 25, 2026
Owner
Co-authored-by: Nugine <30099658+Nugine@users.noreply.github.com>
Contributor
Author
Fixed in commit |
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s Rust minimum supported version (MSRV) and dependency lock state to resolve CI failures on the MSRV job.
Changes:
- Bump CI MSRV toolchain to Rust
1.85.0. - Bump
rust-versionto1.85.0across all workspace crates. - Commit a workspace
Cargo.lockand stop ignoring it; adjust a clippy lint invsimdutilities.
Reviewed changes
Copilot reviewed 8 out of 10 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/ci.yml |
Updates the MSRV toolchain used in the CI matrix. |
crates/vsimd/src/tools.rs |
Adjusts pointer conversion to satisfy clippy::ref_as_ptr. |
crates/vsimd/Cargo.toml |
Bumps crate MSRV (rust-version). |
crates/uuid-simd/Cargo.toml |
Bumps crate MSRV (rust-version). |
crates/unicode-simd/Cargo.toml |
Bumps crate MSRV (rust-version). |
crates/hex-simd/Cargo.toml |
Bumps crate MSRV (rust-version). |
crates/base64-simd/Cargo.toml |
Bumps crate MSRV (rust-version). |
crates/base32-simd/Cargo.toml |
Bumps crate MSRV (rust-version). |
.gitignore |
Stops ignoring Cargo.lock so it can be committed. |
Cargo.lock |
Adds the generated lockfile to pin CI/dev dependency resolution. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
ci.yml(1.70.0→1.85.0)rust-versionin all crates'Cargo.toml(1.63→1.85.0)uuid-simd/Cargo.toml(back to"1.3.0", resolves touuid v1.21.0)Cargo.lockfrom.gitignoreand commit the latest lock fileclippy::ref_as_ptrlint incrates/vsimd/src/tools.rs— usecore::ptr::from_ref::<A>(a)instead ofa as *const A💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.