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>
10 lines
242 B
TOML
10 lines
242 B
TOML
[package]
|
|
name = "modeltool"
|
|
version = "0.1.0"
|
|
authors = ["Jeremy Soller <jeremy@system76.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
redox_intelflash = "0.1.3"
|
|
system76_ecflash = { git = "https://github.com/system76/ecflash", rev = "b08db293" }
|