diff options
author | 2021-11-27 13:34:28 +0100 | |
---|---|---|
committer | 2021-11-27 13:39:28 +0100 | |
commit | c1d434a7e7ee1a04ce06c3e3bcdb9b65e048b8ba (patch) | |
tree | d1bfb453628e0416910252277f8e60e9991dda6b /src | |
parent | 360fb334c7cec241ca4e396b5ab23c58fb8905fe (diff) | |
download | cortex-m-c1d434a7e7ee1a04ce06c3e3bcdb9b65e048b8ba.tar.gz cortex-m-c1d434a7e7ee1a04ce06c3e3bcdb9b65e048b8ba.tar.zst cortex-m-c1d434a7e7ee1a04ce06c3e3bcdb9b65e048b8ba.zip |
bump MSRV
Required to support the #[non_exhaustive] attribute.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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))] |