Skip to content

Declare Rust 1.88 MSRV#1

Merged
gitRasheed merged 1 commit into
mainfrom
agent/declare-rust-msrv
Jul 19, 2026
Merged

Declare Rust 1.88 MSRV#1
gitRasheed merged 1 commit into
mainfrom
agent/declare-rust-msrv

Conversation

@gitRasheed

Copy link
Copy Markdown
Owner

Summary

  • Declare Rust 1.88 as the workspace MSRV.
  • Inherit it in every workspace crate.
  • Leave user-facing documentation unchanged.

Why

The manifests did not declare the compiler requirement. The locked dependency graph currently requires Rust 1.88, so older toolchains produced indirect errors instead of a clear MSRV diagnostic.

Impact

Source builders now receive a precise minimum-version error. Runtime behavior is unchanged.

Validation

  • cargo metadata --locked --no-deps --format-version 1
  • All four workspace packages report rust_version 1.88.
  • git diff --check

@gitRasheed
gitRasheed marked this pull request as ready for review July 19, 2026 18:33
@gitRasheed
gitRasheed merged commit 1b56def into main Jul 19, 2026
3 checks passed
@gitRasheed
gitRasheed deleted the agent/declare-rust-msrv branch July 19, 2026 18:55
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