aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot
diff options
context:
space:
mode:
authorsander <[email protected]>2023-04-20 10:26:02 +0200
committersander <[email protected]>2023-04-20 10:26:02 +0200
commit8cd117fd5d692aef695afc46018c6b48f047bcbd (patch)
tree576f46e65c504c8944d7d650509904662ab30cda /embassy-boot
parentf64d1131b6c57c5bde9c6211d6d465f0bd256066 (diff)
embassy-boot: update readme MSRV to stable
Diffstat (limited to 'embassy-boot')
-rw-r--r--embassy-boot/boot/README.md2
-rw-r--r--embassy-boot/nrf/README.md2
-rw-r--r--embassy-boot/rp/README.md2
-rw-r--r--embassy-boot/stm32/README.md2
4 files changed, 4 insertions, 4 deletions
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:
17 17
18## Minimum supported Rust version (MSRV) 18## Minimum supported Rust version (MSRV)
19 19
20`embassy-boot` requires Rust nightly to compile as it relies on async traits for interacting with the flash peripherals. 20`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.
21 21
22## License 22## License
23 23
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.
13 13
14## Minimum supported Rust version (MSRV) 14## Minimum supported Rust version (MSRV)
15 15
16`embassy-boot-nrf` requires Rust nightly to compile as it relies on async traits for interacting with the flash peripherals. 16`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.
17 17
18## License 18## License
19 19
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
13 13
14## Minimum supported Rust version (MSRV) 14## Minimum supported Rust version (MSRV)
15 15
16`embassy-boot-rp` requires Rust nightly to compile as it relies on async traits for interacting with the flash peripherals. 16`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.
17 17
18## License 18## License
19 19
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.
11 11
12## Minimum supported Rust version (MSRV) 12## Minimum supported Rust version (MSRV)
13 13
14`embassy-boot-stm32` requires Rust nightly to compile as it relies on async traits for interacting with the flash peripherals. 14`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.
15 15
16## License 16## License
17 17