Skip to content

Commit

Permalink
Update ectool to 0.1.3
Browse files Browse the repository at this point in the history
`stable` branch was unmaintained and was deleted at some point. `master`
builds with a stable toolchain since 0.1.3, when `asm` was stabilized.

Signed-off-by: Tim Crawford <[email protected]>
  • Loading branch information
crawfxrd committed Jan 17, 2025
1 parent 6e98aca commit cfc7b69
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 18 deletions.
26 changes: 9 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ anyhow = "1.0"
bincode = "1.3"
buildchain = "0.5.2"
clap = { version = "3", features = ["derive"] }
ecflash = { git = "https://github.com/system76/ecflash.git", branch = "stable" }
libc = "0.2"
plain = "0.2"
rust-lzma = "0.6"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sha2 = "0.10"
system76_ecflash = "0.1.3"
tar = "=0.4.35"
tempfile = "3.8"
uuid = "1.4"
Expand Down

0 comments on commit cfc7b69

Please sign in to comment.