Skip to content

Commit

Permalink
pin clap to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilgardis committed Jun 13, 2022
1 parent 80e5c95 commit ed2b452
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ dev = ["serde_yaml", "walkdir"]

[dependencies]
atty = "0.2"
clap = { version = "3.1.18", features = ["derive", "env"] }
# Pinned until further action to migrate to newer clap, see https://github.com/clap-rs/clap/issues/3822#issuecomment-1154069623
clap = { version = "~3.1", features = ["derive", "env"] }
color-eyre = "0.6"
eyre = "0.6"
home = "0.5"
Expand Down

0 comments on commit ed2b452

Please sign in to comment.