aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md10
1 files 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
136 136
137## Minimum supported Rust version (MSRV) 137## Minimum supported Rust version (MSRV)
138 138
139Embassy 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. 139Embassy is guaranteed to compile on stable Rust 1.75 and up. It *might*
140 140compile with older versions but that may change in any new patch release.
141Several features require nightly:
142
143- The `#[embassy_executor::main]` and `#[embassy_executor::task]` attribute macros.
144- Async traits
145
146These 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.
147 141
148## Why the name? 142## Why the name?
149 143