embassy-boot: update readme MSRV to stable

This commit is contained in:
sander
2023-04-20 10:26:02 +02:00
parent f64d1131b6
commit 8cd117fd5d
4 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ An adaptation of `embassy-boot` for nRF.
## Minimum supported Rust version (MSRV)
`embassy-boot-nrf` requires Rust nightly to compile as it relies on async traits for interacting with the flash peripherals.
`embassy-boot-nrf` 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.
## License