Skip to content

Clarify MSRV for workspace lints - #342

Merged
tlepoint merged 2 commits into
mainfrom
codex/add-workspace-level-lint-configuration
Jan 9, 2026
Merged

Clarify MSRV for workspace lints#342
tlepoint merged 2 commits into
mainfrom
codex/add-workspace-level-lint-configuration

Conversation

@tlepoint

@tlepoint tlepoint commented Jan 9, 2026

Copy link
Copy Markdown
Owner

Motivation

  • Make explicit that the workspace rust-version bump is required to support the new Cargo workspace lint configuration.
  • Avoid confusion about why the repository MSRV was raised compared to earlier versions.

Description

  • Updated Cargo.toml to add a clarifying comment on rust-version as # MSRV for workspace lints.
  • Updated README.md to state "Rust 1.89 or newer (required for workspace lint configuration).".
  • No code or API behavior changes were introduced in this change.

Testing

  • Ran cargo +nightly fmt --all, which completed successfully.
  • Ran cargo clippy --all-targets -- -D warnings, which completed successfully.
  • Ran cargo test, and the full test suite passed.

Codex Task

@tlepoint
tlepoint merged commit 83b6ca8 into main Jan 9, 2026
6 checks passed
@tlepoint
tlepoint deleted the codex/add-workspace-level-lint-configuration branch January 9, 2026 02:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant