mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
RTIC uses nightly now :)
This commit is contained in:
parent
1e93400325
commit
cb83309462
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
//!
|
||||
|
|
Loading…
Reference in a new issue