diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-01-10 18:26:59 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-01-10 18:32:14 +0100 |
| commit | 68166eda6820ece3219f221b76fe26bd6f71e3c4 (patch) | |
| tree | dab09dc4ce499676fa1681a18c2125e16aed6aa4 /README.md | |
| parent | fe0b21e21e8a1144a37ef07892927062682206a1 (diff) | |
update MSRV in readme, nightly is no longer needed.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 2 insertions, 8 deletions
| @@ -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 | ||
| 139 | 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. | 139 | Embassy is guaranteed to compile on stable Rust 1.75 and up. It *might* |
| 140 | 140 | compile with older versions but that may change in any new patch release. | |
| 141 | Several features require nightly: | ||
| 142 | |||
| 143 | - The `#[embassy_executor::main]` and `#[embassy_executor::task]` attribute macros. | ||
| 144 | - Async traits | ||
| 145 | |||
| 146 | 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. | ||
| 147 | 141 | ||
| 148 | ## Why the name? | 142 | ## Why the name? |
| 149 | 143 | ||
