diff options
| author | datdenkikniet <jcdra1@gmail.com> | 2023-04-13 22:24:13 +0200 |
|---|---|---|
| committer | datdenkikniet <jcdra1@gmail.com> | 2023-04-15 19:19:49 +0200 |
| commit | cb83309462b1ed6d20ef498d7c2aaa86184c16fc (patch) | |
| tree | 41afd65c26f8e77b02845476cbc15fce672119b3 | |
| parent | 1e93400325f0686b632c6d57d496a77c4354c016 (diff) | |
RTIC uses nightly now :)
| -rw-r--r-- | rtic/src/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rtic/src/lib.rs b/rtic/src/lib.rs index ac05d93..d5f65bc 100644 --- a/rtic/src/lib.rs +++ b/rtic/src/lib.rs @@ -9,8 +9,8 @@ //! //! # Minimum Supported Rust Version (MSRV) //! -//! This crate is compiled and tested with the latest toolchain (rolling) as of the release date. -//! If you run into compilation errors, try the latest stable release of the rust toolchain. +//! This crate is compiled and tested with the latest nightly toolchain (rolling). +//! If you run into compilation errors, try the latest nightly release of the rust toolchain. //! //! # Semantic Versioning //! |
