Skip to content

Commit

Permalink
Correct required version of clap
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed Sep 17, 2022
1 parent ede15c3 commit 934c921
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 @@ -31,7 +31,7 @@ url = "2"
atomic-option = "0.1"
fnv = "1.0.5"
native-tls = { version = "0.2", optional = true }
clap = { version = "3", optional = true }
clap = { version = "3.1.0", optional = true }
thiserror = "1.0.30"

[dev-dependencies]
Expand Down

0 comments on commit 934c921

Please sign in to comment.