diff options
author | 2020-08-31 22:45:27 +0200 | |
---|---|---|
committer | 2020-08-31 22:45:27 +0200 | |
commit | c27c8e5b063bd7058ba05dc3a9fa7886a1b1545c (patch) | |
tree | 7a2467f7851226cdf0ae48d1db145a5cb055f4f0 /src | |
parent | b715d1ba36a61ae58734fee9631dc794270f411e (diff) | |
download | cortex-m-c27c8e5b063bd7058ba05dc3a9fa7886a1b1545c.tar.gz cortex-m-c27c8e5b063bd7058ba05dc3a9fa7886a1b1545c.tar.zst cortex-m-c27c8e5b063bd7058ba05dc3a9fa7886a1b1545c.zip |
Update documented MSRV
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.31 and up. It *might* +//! This crate is guaranteed to compile on stable Rust 1.38 and up. It *might* //! compile with older versions but that may change in any new patch release. #![cfg_attr(feature = "inline-asm", feature(asm))] |