Skip to content

Commit 812749e

Browse files
authored
Merge pull request #239 from jessebraham/feature/cli-rewrite
Re-design the CLI interface
2 parents fa4f269 + 68f43f0 commit 812749e

21 files changed

+661
-735
lines changed

Cargo.lock

+25-107
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cargo-espflash/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-espflash"
3-
version = "1.7.1-dev"
3+
version = "2.0.0-dev"
44
authors = [
55
"Robin Appelman <[email protected]>",
66
"Jesse Braham <[email protected]>",
@@ -33,11 +33,11 @@ pkg-fmt = "zip"
3333
cargo_metadata = "0.15.0"
3434
cargo_toml = "0.11.6"
3535
clap = { version = "3.2.22", features = ["derive", "env"] }
36-
espflash = { version = "=1.7.1-dev", path = "../espflash" }
36+
env_logger = "0.9.0"
37+
espflash = { version = "=2.0.0-dev", path = "../espflash" }
3738
log = "0.4.17"
3839
miette = { version = "5.3.0", features = ["fancy"] }
3940
serde = { version = "1.0.144", features = ["derive"] }
4041
strum = "0.24.1"
4142
thiserror = "1.0.35"
42-
tracing-subscriber = { version = "0.3.15", features = [ "env-filter" ] }
4343
toml = "0.5.9"

0 commit comments

Comments
 (0)