Skip to content

Commit

Permalink
docs: Update msrv badge and remove doc covered by it
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Apr 18, 2024
1 parent a887419 commit 920cdbb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![crates.io](https://img.shields.io/crates/v/syn-mid?style=flat-square&logo=rust)](https://crates.io/crates/syn-mid)
[![docs.rs](https://img.shields.io/badge/docs.rs-syn--mid-blue?style=flat-square&logo=docs.rs)](https://docs.rs/syn-mid)
[![license](https://img.shields.io/badge/license-Apache--2.0_OR_MIT-blue?style=flat-square)](#license)
[![rust version](https://img.shields.io/badge/rustc-1.56+-blue?style=flat-square&logo=rust)](https://www.rust-lang.org)
[![msrv](https://img.shields.io/badge/msrv-1.56-blue?style=flat-square&logo=rust)](https://www.rust-lang.org)
[![github actions](https://img.shields.io/github/actions/workflow/status/taiki-e/syn-mid/ci.yml?branch=main&style=flat-square&logo=github)](https://github.com/taiki-e/syn-mid/actions)

<!-- tidy:crate-doc:start -->
Expand Down Expand Up @@ -38,8 +38,6 @@ Add this to your `Cargo.toml`:
syn-mid = "0.6"
```

*Compiler support: requires rustc 1.56+*

[**Examples**](https://github.com/taiki-e/syn-mid/tree/HEAD/examples)

## Optional features
Expand Down
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ Add this to your `Cargo.toml`:
syn-mid = "0.6"
```
*Compiler support: requires rustc 1.56+*
[**Examples**](https://github.com/taiki-e/syn-mid/tree/HEAD/examples)
## Optional features
Expand Down

0 comments on commit 920cdbb

Please sign in to comment.