From 63a0c4a1e8b5ba3cad337096df09191a4d290935 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Wed, 23 Oct 2019 21:41:27 +0200 Subject: [PATCH] Updated MSRV due to fix --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 5160ba9a38..6471281a36 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -16,7 +16,7 @@ //! //! # Minimum Supported Rust Version (MSRV) //! -//! This crate is guaranteed to compile on stable Rust 1.31 (2018 edition) and up. It *might* +//! This crate is guaranteed to compile on stable Rust 1.36 (2018 edition) and up. It *might* //! compile on older versions but that may change in any new patch release. //! //! # Semantic Versioning