Skip to content

Commit

Permalink
Restrict versions of clap_mangen to satisfy MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Oct 6, 2023
1 parent 0df4975 commit b59ab55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ version.workspace = true
[dependencies]
anyhow = "1.0.68"
clap = { features = ["string"], version = "4.2.0" }
clap_mangen = "0.2.7"
clap_mangen = "0.2.7, <0.2.14" # TODO: 0.2.14 has MSRV >=1.70.0
#git2 = "0.17.2"
#semver = "1.0.17"
pineappl_cli = { path = "../pineappl_cli", version = "=0.6.1" }

0 comments on commit b59ab55

Please sign in to comment.