From 000279dd5984e7f1de90c9225ddafdaea61ed0cb Mon Sep 17 00:00:00 2001 From: Alex Martens Date: Sun, 23 Jan 2022 10:28:06 -0800 Subject: Bump MSRV from 1.40 to 1.42, fix clippy::match_like_matches_macro --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib.rs b/src/lib.rs index 0914639..dd46fd7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -52,7 +52,7 @@ //! //! # Minimum Supported Rust Version (MSRV) //! -//! This crate is guaranteed to compile on stable Rust 1.40 and up. It *might* +//! This crate is guaranteed to compile on stable Rust 1.42 and up. It *might* //! compile with older versions but that may change in any new patch release. #![cfg_attr(feature = "inline-asm", feature(asm))] -- cgit v1.2.3