Skip to content

chore: align msrv check with manifest#16

Merged
ForeverAngry merged 1 commit into
mainfrom
chore/msrv-check-1-88
May 17, 2026
Merged

chore: align msrv check with manifest#16
ForeverAngry merged 1 commit into
mainfrom
chore/msrv-check-1-88

Conversation

@ForeverAngry
Copy link
Copy Markdown
Owner

The crate declares rust-version 1.88, so the justfile msrv gate should prove 1.88 rather than a newer 1.89 toolchain.

The crate declares rust-version 1.88, so the justfile msrv gate should prove 1.88 rather than a newer 1.89 toolchain.
Copilot AI review requested due to automatic review settings May 17, 2026 19:38
@ForeverAngry ForeverAngry merged commit 20310ca into main May 17, 2026
14 checks passed
@ForeverAngry ForeverAngry deleted the chore/msrv-check-1-88 branch May 17, 2026 19:38
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Aligns the justfile's MSRV gate with the crate's declared rust-version = "1.88" in Cargo.toml, switching the toolchain invocation and comment from 1.89 to 1.88.

Changes:

  • Update MSRV comment from Rust 1.89 to Rust 1.88.
  • Switch cargo +1.89 to cargo +1.88 in the msrv recipe.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

3 participants