Update Rust toolchain to nightly-2024-05-11

Update toolchain to match the version used in Redox.

firmware-setup is still stuck on nightly-2023-01-21.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford
2024-05-26 13:36:23 -06:00
committed by Jeremy Soller
parent 5002c9ad95
commit b4bee5765e
6 changed files with 6 additions and 5 deletions

View File

@@ -10,6 +10,7 @@ features apply to your model and firmware version, see the
- tgl: Updated Intel GOP driver to 17.0.1077 - tgl: Updated Intel GOP driver to 17.0.1077
- tgl: Updated VBT to 250 - tgl: Updated VBT to 250
- Updated Rust toolchain to nightly-2024-05-11
## 2024-05-17 ## 2024-05-17

2
ec

Submodule ec updated: 09c5a3b5f0...fc3bad29a2

View File

@@ -1,3 +1,3 @@
[toolchain] [toolchain]
channel = "nightly-2023-09-07" channel = "nightly-2024-05-11"
components = ["rust-src"] components = ["rust-src"]