From cb83309462b1ed6d20ef498d7c2aaa86184c16fc Mon Sep 17 00:00:00 2001 From: datdenkikniet Date: Thu, 13 Apr 2023 22:24:13 +0200 Subject: [PATCH] RTIC uses nightly now :) --- rtic/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtic/src/lib.rs b/rtic/src/lib.rs index ac05d93d6c..d5f65bc32e 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 //!