Skip to content

Commit

Permalink
Unpin clap
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Sep 13, 2023
1 parent 91f903d commit 402ab85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions espflash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ addr2line = { version = "0.20.0", optional = true }
base64 = "0.21.2"
binread = "2.2.0"
bytemuck = { version = "1.13.1", features = ["derive"] }
clap = { version = "4.3.*", features = ["derive", "env", "wrap_help"], optional = true }
clap_complete = { version = "4.3.*", optional = true }
clap = { version = "4.3", features = ["derive", "env", "wrap_help"], optional = true }
clap_complete = { version = "4.3", optional = true }
comfy-table = { version = "7.0.1", optional = true }
crossterm = { version = "0.25.0", optional = true } # 0.26.x causes issues on Windows
ctrlc = { version = "3.4.0", optional = true }
Expand Down

0 comments on commit 402ab85

Please sign in to comment.