Skip to content

Commit 7d5d0ce

Browse files
committed
Unpin clap
1 parent da86a3f commit 7d5d0ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

espflash/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ addr2line = { version = "0.20.0", optional = true }
3535
base64 = "0.21.2"
3636
binread = "2.2.0"
3737
bytemuck = { version = "1.13.1", features = ["derive"] }
38-
clap = { version = "4.3.*", features = ["derive", "env", "wrap_help"], optional = true }
39-
clap_complete = { version = "4.3.*", optional = true }
38+
clap = { version = "4.3", features = ["derive", "env", "wrap_help"], optional = true }
39+
clap_complete = { version = "4.3", optional = true }
4040
comfy-table = { version = "7.0.1", optional = true }
4141
crossterm = { version = "0.25.0", optional = true } # 0.26.x causes issues on Windows
4242
ctrlc = { version = "3.4.0", optional = true }

0 commit comments

Comments
 (0)