Skip to content

Commit

Permalink
Merge #187
Browse files Browse the repository at this point in the history
187: Unpin clap version r=taiki-e a=taiki-e

See #185 (comment)

Co-authored-by: Taiki Endo <te316e89@gmail.com>
  • Loading branch information
bors[bot] and taiki-e committed Jun 15, 2022
2 parents b426d91 + c761ae2 commit cebe31f
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"] } # https://github.com/clap-rs/clap/issues/3822
clap = { version = "3.2.3", features = ["derive"] }
duct = "0.13.1"
fs-err = "2.5"
glob = "0.3"
Expand Down

0 comments on commit cebe31f

Please sign in to comment.