From c1d434a7e7ee1a04ce06c3e3bcdb9b65e048b8ba Mon Sep 17 00:00:00 2001 From: Viktor Sonesten Date: Sat, 27 Nov 2021 13:34:28 +0100 Subject: bump MSRV Required to support the #[non_exhaustive] attribute. --- 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 6a73692..a267750 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.38 and up. It *might* +//! This crate is guaranteed to compile on stable Rust 1.40 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