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>
46 lines
1.2 KiB
TOML
46 lines
1.2 KiB
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 3
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
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",
|
|
"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.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7d8e51d17548d82fa194ca49c6adf81fce4a45bbddfdd7d35f68725cec1943f5"
|
|
dependencies = [
|
|
"bitflags",
|
|
"plain",
|
|
"redox_uefi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "redox_uefi"
|
|
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 = "git+https://github.com/system76/ecflash?rev=b08db293#b08db293137726bc576da6bef6d57adf3e4adc97"
|