From 920cdbb2cca1902ddffce04135fa2896e52206cd Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Thu, 18 Apr 2024 23:05:46 +0900 Subject: [PATCH] docs: Update msrv badge and remove doc covered by it --- README.md | 4 +--- src/lib.rs | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index cc43f1d..a4dfc7d 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 diff --git a/src/lib.rs b/src/lib.rs index 3378d10..69b1793 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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