Update Rust toolchain to 2021-06-15

Update the toolchain to the version used by Redox.

Update a lot of the submodules, which have been updated to build on the
new toolchain.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford
2021-12-21 10:32:37 -07:00
committed by Tim Crawford
parent fa98ecae1f
commit ffdceb5f0b
12 changed files with 27 additions and 28 deletions

View File

@@ -5,5 +5,5 @@ authors = ["Jeremy Soller <jeremy@system76.com>"]
edition = "2018"
[dependencies]
redox_intelflash = "0.1.0"
system76_ecflash = "0.1.0"
redox_intelflash = "0.1.3"
system76_ecflash = { git = "https://github.com/system76/ecflash", rev = "b08db293" }