Skip to content

Commit

Permalink
Pin clap to ~3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jun 13, 2022
1 parent f5e8997 commit b0c4cad
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 @@ -28,7 +28,7 @@ anyhow = "1.0.34"
atty = "0.2.11"
camino = "1.0.3"
cargo_metadata = "0.14"
clap = { version = "3.1", features = ["derive"] }
clap = { version = "~3.1", features = ["derive"] }
duct = "0.13.1"
fs-err = "2.5"
glob = "0.3"
Expand Down

0 comments on commit b0c4cad

Please sign in to comment.