modeltool: Update edition, deps

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford 2023-02-01 12:06:10 -07:00 committed by Jeremy Soller
parent 85f8a8b933
commit a308d84632
2 changed files with 7 additions and 6 deletions

View File

@ -35,11 +35,12 @@ dependencies = [
[[package]]
name = "redox_uefi"
version = "0.1.2"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c63a3180c5aba47178029b21c1615fbdf87d2bf682669708ea15e9c71eb8935"
checksum = "41b62fcb91f21639dc1f36e478fa7bb6cea939282f5c7d0f9190c62ee7b8d286"
[[package]]
name = "system76_ecflash"
version = "0.1.2"
source = "git+https://github.com/system76/ecflash?rev=b08db293#b08db293137726bc576da6bef6d57adf3e4adc97"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b4428b459c1c06e7a3ecf1dd3e863f4e7442a474463094af6a702e3b860ec25"

View File

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