diff options
author | 2021-08-19 08:30:27 +0200 | |
---|---|---|
committer | 2021-08-19 08:30:27 +0200 | |
commit | b4e54df856dd6729de7751d32f42870b0b6a077f (patch) | |
tree | 6741d8beea00929472f770bfa3985004baa03645 /src/lib.rs | |
parent | 90f963e3bb244a4411ede0b99c81601a0179832f (diff) | |
download | rtic-0.5.8.tar.gz rtic-0.5.8.tar.zst rtic-0.5.8.zip |
Prepare v0.5.8v0.5.8
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ //! //! # Minimum Supported Rust Version (MSRV) //! -//! This crate is guaranteed to compile on stable Rust 1.36 (2018 edition) and up. It *might* +//! This crate is guaranteed to compile on stable Rust 1.38 (2018 edition) and up. It *might* //! compile on older versions but that may change in any new patch release. //! //! # Semantic Versioning |