Update Rust toolchain to 2022-03-18

Match the toolchain used by Redox.

Update firmware-setup and firmware-update for using the new toolchain.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford
2022-11-10 15:35:14 -07:00
committed by Tim Crawford
parent 7291bc7d39
commit addd02860a
4 changed files with 7 additions and 3 deletions

View File

@@ -4,6 +4,10 @@ Changes are identified by the date of the released firmware including them. If
you are running System76 Open Firmware, opening the boot menu will show this
date followed by an underscore and a short git revision.
## unreleased
- Updated Rust toolchain to nightly-2022-03-18
## 2022-11-14
- lemp11: Added workaround to force S0ix entry on suspend

View File

@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2021-06-15"
channel = "nightly-2022-03-18"
components = ["rust-src"]