Skip to content

Fix MSRV badge showing "unknown"#27

Closed
akesson wants to merge 1 commit into
mainfrom
henrik/fix-msrv-badge
Closed

Fix MSRV badge showing "unknown"#27
akesson wants to merge 1 commit into
mainfrom
henrik/fix-msrv-badge

Conversation

@akesson

@akesson akesson commented Jun 3, 2026

Copy link
Copy Markdown
Member

The msrv badge rendered "unknown" because img.shields.io/crates/msrv/fluent-typed reads the MSRV from the latest published crate (still 0.6.2), which predates the rust-version = "1.88" field added in the unreleased 0.7.0.

Switched to a static badge (MSRV 1.88) that reflects the repo's actual minimum and matches Cargo.toml's rust-version and the MSRV CI job. Bump the number alongside those if the MSRV ever changes.

(The dynamic crates/msrv badge would start working once 0.7.0 is published, but a static badge avoids the "unknown" window and always tracks the repo rather than the last release.)

🤖 Generated with Claude Code

The shields `crates/msrv/fluent-typed` endpoint reads the MSRV from the
latest *published* crate, which is still 0.6.2 — it predates the
`rust-version = "1.88"` field (added in the unreleased 0.7.0), so the
badge rendered "unknown". Switch to a static MSRV badge that reflects
the repo's actual minimum (1.88), matching `Cargo.toml`'s `rust-version`
and the MSRV CI job. Bump the number alongside those if it ever changes.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@akesson akesson closed this Jun 3, 2026
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