Skip to content

Commit

Permalink
Fix MSRV badge for prerelease version
Browse files Browse the repository at this point in the history
  • Loading branch information
GREsau committed Aug 24, 2024
1 parent 26366d1 commit fe6275b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[![CI Build](https://img.shields.io/github/actions/workflow/status/GREsau/schemars/ci.yml?branch=master&logo=GitHub)](https://github.com/GREsau/schemars/actions)
[![Crates.io](https://img.shields.io/crates/v/schemars)](https://crates.io/crates/schemars)
[![Docs](https://img.shields.io/docsrs/schemars/1.0.0--latest?label=docs)](https://docs.rs/schemars/1.0.0--latest)
[![MSRV 1.65+](https://img.shields.io/crates/msrv/schemars)](https://blog.rust-lang.org/2022/11/03/Rust-1.65.0.html)
[![MSRV 1.65+](https://img.shields.io/badge/msrv-1.65-blue)](https://blog.rust-lang.org/2022/11/03/Rust-1.65.0.html)

Generate JSON Schema documents from Rust code

Expand Down

0 comments on commit fe6275b

Please sign in to comment.