diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-12-25 17:38:22 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-25 17:38:22 +0000 |
| commit | be25fdf621f8c855580fe7b0aa0e2f3e319ee372 (patch) | |
| tree | f3c4179753118c68f7279f1949eaf216c864d298 /src | |
| parent | 152955c18a1d81536a7e39bdda2dbcea1fe6948f (diff) | |
| parent | 28cf223bfd8a2a207adf341ce3dd0f97ba9699d0 (diff) | |
Merge #568
568: Docfix: remove pre-release note r=AfoHT a=perlindgren
Co-authored-by: Per Lindgren <per.lindgren@ltu.se>
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib.rs | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -1,7 +1,4 @@ -//! Real-Time Interrupt-driven Concurrency (RTIC) framework for ARM Cortex-M microcontrollers -//! -//! **HEADS UP** This is an **beta** pre-release; there may be breaking changes in the API and -//! semantics before a proper release is made. +//! Real-Time Interrupt-driven Concurrency (RTIC) framework for ARM Cortex-M microcontrollers. //! //! **IMPORTANT**: This crate is published as [`cortex-m-rtic`] on crates.io but the name of the //! library is `rtic`. @@ -17,13 +14,13 @@ //! //! # Minimum Supported Rust Version (MSRV) //! -//! This crate is guaranteed to compile on stable Rust 1.36 (2018 edition) and up. It *might* -//! compile on older versions but that may change in any new patch release. +//! 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. //! //! # Semantic Versioning //! //! Like the Rust project, this crate adheres to [SemVer]: breaking changes in the API and semantics -//! require a *semver bump* (a new minor version release), with the exception of breaking changes +//! require a *semver bump* (since 1.0.0 a new major version release), with the exception of breaking changes //! that fix soundness issues -- those are considered bug fixes and can be landed in a new patch //! release. //! |
