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 //!