Updated MSRV due to fix

This commit is contained in:
Emil Fresk 2019-10-23 21:41:27 +02:00
parent a1abbbbea7
commit 63a0c4a1e8

View file

@ -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