Skip to content

Commit

Permalink
fix: Update clap version to avoid bumping MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Sep 29, 2023
1 parent dee902a commit a8d78a0
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 21 deletions.
73 changes: 53 additions & 20 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-espflash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pkg-fmt = "zip"

[dependencies]
cargo_metadata = "0.18.0"
clap = { version = "4.4.6", features = ["derive", "wrap_help"] }
clap = { version = "4.3.*", features = ["derive", "wrap_help"] }
env_logger = "0.10.0"
esp-idf-part = "0.4.1"
espflash = { version = "=2.0.2", path = "../espflash" }
Expand Down

0 comments on commit a8d78a0

Please sign in to comment.