aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordatdenkikniet <jcdra1@gmail.com>2023-04-13 22:24:13 +0200
committerdatdenkikniet <jcdra1@gmail.com>2023-04-15 19:19:49 +0200
commitcb83309462b1ed6d20ef498d7c2aaa86184c16fc (patch)
tree41afd65c26f8e77b02845476cbc15fce672119b3
parent1e93400325f0686b632c6d57d496a77c4354c016 (diff)
RTIC uses nightly now :)
-rw-r--r--rtic/src/lib.rs4
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
//!