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:
committed by
Tim Crawford
parent
fa98ecae1f
commit
ffdceb5f0b
Submodule apps/firmware-setup updated: b80e333d97...58b2fe3502
Submodule apps/firmware-smmstore updated: d3e03359d2...00c44d42ac
Submodule apps/firmware-update updated: 5da9106820...daf5d5074c
Submodule apps/gop-policy updated: 48ef49aad5...fb2f2c04cb
Submodule libs/ecflash updated: 1f947933e1...b08db29313
Submodule libs/intel-spi updated: 0f383418ae...b918b2b1fe
Submodule libs/uefi updated: 56fede39e7...81e60876b3
Submodule libs/uefi_alloc updated: 4a69eba2ce...7a74e171cd
Submodule libs/uefi_std updated: 6fe908e6db...a069826ad5
@@ -1,3 +1,3 @@
|
||||
[toolchain]
|
||||
channel = "nightly-2020-07-27"
|
||||
channel = "nightly-2021-06-15"
|
||||
components = ["rust-src"]
|
31
scripts/modeltool/Cargo.lock
generated
31
scripts/modeltool/Cargo.lock
generated
@@ -1,46 +1,45 @@
|
||||
# This file is automatically @generated by Cargo.
|
||||
# It is not intended for manual editing.
|
||||
version = 3
|
||||
|
||||
[[package]]
|
||||
name = "bitflags"
|
||||
version = "1.2.1"
|
||||
version = "1.3.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
||||
|
||||
[[package]]
|
||||
name = "modeltool"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"redox_intelflash 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"system76_ecflash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"redox_intelflash",
|
||||
"system76_ecflash",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "plain"
|
||||
version = "0.2.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
|
||||
|
||||
[[package]]
|
||||
name = "redox_intelflash"
|
||||
version = "0.1.0"
|
||||
version = "0.1.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7d8e51d17548d82fa194ca49c6adf81fce4a45bbddfdd7d35f68725cec1943f5"
|
||||
dependencies = [
|
||||
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"plain 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"redox_uefi 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"bitflags",
|
||||
"plain",
|
||||
"redox_uefi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "redox_uefi"
|
||||
version = "0.1.0"
|
||||
version = "0.1.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9c63a3180c5aba47178029b21c1615fbdf87d2bf682669708ea15e9c71eb8935"
|
||||
|
||||
[[package]]
|
||||
name = "system76_ecflash"
|
||||
version = "0.1.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
|
||||
[metadata]
|
||||
"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
||||
"checksum plain 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
|
||||
"checksum redox_intelflash 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49e6f45d8c070090589005869e0b776f52c735f9b5411fca369229135fa1dbd8"
|
||||
"checksum redox_uefi 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dafc50645c27c55ca19d27645a6d91e2a8cbc7aabb2ed024ce914512c75e1217"
|
||||
"checksum system76_ecflash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "18ead2ebfbf58e9ddf09b21562f834c1846e92553069120247568c3213c3a9fc"
|
||||
source = "git+https://github.com/system76/ecflash?rev=b08db293#b08db293137726bc576da6bef6d57adf3e4adc97"
|
||||
|
@@ -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" }
|
||||
|
Reference in New Issue
Block a user