Skip to content

docs: declare MSRV and fix the Rust version badge - #95

Merged
bgreenwell merged 1 commit into
develfrom
docs/declare-msrv
Jul 15, 2026
Merged

docs: declare MSRV and fix the Rust version badge#95
bgreenwell merged 1 commit into
develfrom
docs/declare-msrv

Conversation

@bgreenwell

Copy link
Copy Markdown
Owner

Summary

  • Adds rust-version = "1.88" to Cargo.toml — the dependency tree's actual floor.
  • Verified with cargo +1.88.0 check --all-targets (passes clean).
  • Updates the README badge from the stale rust-1.70+ to rust-1.88+.

Dependabot is already enabled, so once declared, future MSRV drift will surface directly in major-bump PRs.

Closes #87.

Test plan

  • cargo +1.88.0 check --all-targets
  • cargo fmt --all -- --check
  • cargo clippy --all-targets -- -D warnings
  • cargo test

The dependency tree's floor is 1.88, but Cargo.toml had no
rust-version field and the README badge claimed 1.70+. Verified
with cargo +1.88.0 check --all-targets.
@bgreenwell
bgreenwell merged commit f30ccde into devel Jul 15, 2026
9 checks passed
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.

Declare MSRV and fix the Rust version badge

1 participant