Skip to content

Commit

Permalink
Ensure that the clap version is set to a version no newer than 4.5.0 to
Browse files Browse the repository at this point in the history
fix #740
  • Loading branch information
YuanYuYuan committed Feb 16, 2024
1 parent 40efd99 commit e15c1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ async-std = { version = "=1.12.0", default-features = false } # Default features
async-trait = "0.1.60"
base64 = "0.21.4"
bincode = "1.3.3"
clap = { version = "4.4.11", features = ["derive"] }
clap = { version = "4.4.*", features = ["derive"] }
const_format = "0.2.30"
crc = "3.0.1"
criterion = "0.5"
Expand Down

0 comments on commit e15c1f8

Please sign in to comment.