diff --git a/embassy-boot/boot/README.md b/embassy-boot/boot/README.md index 414405377..346aa6f58 100644 --- a/embassy-boot/boot/README.md +++ b/embassy-boot/boot/README.md @@ -17,7 +17,7 @@ The bootloader supports different hardware in separate crates: ## Minimum supported Rust version (MSRV) -`embassy-boot` requires Rust nightly to compile as it relies on async traits for interacting with the flash peripherals. +`embassy-boot` 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 diff --git a/embassy-boot/nrf/README.md b/embassy-boot/nrf/README.md index 02f35c0a6..7ce3c7021 100644 --- a/embassy-boot/nrf/README.md +++ b/embassy-boot/nrf/README.md @@ -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 diff --git a/embassy-boot/rp/README.md b/embassy-boot/rp/README.md index c0c2d85fa..315d655e3 100644 --- a/embassy-boot/rp/README.md +++ b/embassy-boot/rp/README.md @@ -13,7 +13,7 @@ NOTE: The applications using this bootloader should not link with the `link-rp.x ## Minimum supported Rust version (MSRV) -`embassy-boot-rp` requires Rust nightly to compile as it relies on async traits for interacting with the flash peripherals. +`embassy-boot-rp` 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 diff --git a/embassy-boot/stm32/README.md b/embassy-boot/stm32/README.md index cb134b534..b4d7ba5a4 100644 --- a/embassy-boot/stm32/README.md +++ b/embassy-boot/stm32/README.md @@ -11,7 +11,7 @@ An adaptation of `embassy-boot` for STM32. ## Minimum supported Rust version (MSRV) -`embassy-boot-stm32` requires Rust nightly to compile as it relies on async traits for interacting with the flash peripherals. +`embassy-boot-stm32` 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