From 12497685d48acf25c331b89b9cb705d9f562885f Mon Sep 17 00:00:00 2001 From: Henrik Date: Wed, 3 Jun 2026 06:43:44 +0200 Subject: [PATCH] Fix MSRV badge showing "unknown" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67518c9..a859bce 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![crates.io](https://img.shields.io/crates/v/fluent-typed.svg)](https://crates.io/crates/fluent-typed) [![docs.rs](https://docs.rs/fluent-typed/badge.svg)](https://docs.rs/fluent-typed) [![CI](https://github.com/human-solutions/fluent-typed/actions/workflows/rust.yml/badge.svg)](https://github.com/human-solutions/fluent-typed/actions/workflows/rust.yml) -[![msrv](https://img.shields.io/crates/msrv/fluent-typed.svg)](https://github.com/human-solutions/fluent-typed) +[![msrv](https://img.shields.io/badge/MSRV-1.88-blue.svg)](https://github.com/human-solutions/fluent-typed) [![license](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) **Your [Fluent](https://projectfluent.org) translations as typed Rust functions.** A