aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot/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/boot
parentf64d1131b6c57c5bde9c6211d6d465f0bd256066 (diff)
embassy-boot: update readme MSRV to stable
Diffstat (limited to 'embassy-boot/boot')
-rw-r--r--embassy-boot/boot/README.md2
1 files changed, 1 insertions, 1 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