From 68166eda6820ece3219f221b76fe26bd6f71e3c4 Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis <dirbaio@dirbaio.net> Date: Wed, 10 Jan 2024 18:26:59 +0100 Subject: [PATCH] update MSRV in readme, nightly is no longer needed. --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 714104331..d2a24dfcc 100644 --- a/README.md +++ b/README.md @@ -136,14 +136,8 @@ please refer to the `.vscode/settings.json` file's `rust-analyzer.linkedProjects ## Minimum supported Rust version (MSRV) -Embassy is guaranteed to compile on the latest stable Rust version at the time of release. It might compile with older versions but that may change in any new patch release. - -Several features require nightly: - -- The `#[embassy_executor::main]` and `#[embassy_executor::task]` attribute macros. -- Async traits - -These are enabled by activating the `nightly` Cargo feature. If you do so, Embassy is guaranteed to compile on the exact nightly version specified in `rust-toolchain.toml`. It might compile with older or newer nightly versions, but that may change in any new patch release. +Embassy is guaranteed to compile on stable Rust 1.75 and up. It *might* +compile with older versions but that may change in any new patch release. ## Why the name?