Skip to content

Commit

Permalink
Update clap dependency to 4.4.18
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Jan 26, 2024
1 parent ae83e45 commit 027c202
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 36 deletions.
55 changes: 22 additions & 33 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion pineappl_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ version.workspace = true
[dependencies]
anyhow = "1.0.48"
base64 = { optional = true, version = "0.21.0" }
clap = { features = ["derive"], version = ">=4.2, <4.4" } # 4.4 requires MSRV 1.70
clap = { features = ["derive"], version = "4.4.18" }
cxx = { optional = true, version = "1.0.65" }
either = { features = ["serde"], optional = true, version = "1.8.0" }
enum_dispatch = "0.3.7"
Expand Down
4 changes: 2 additions & 2 deletions xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ version.workspace = true

[dependencies]
anyhow = "1.0.68"
clap = { features = ["string"], version = ">=4.2, <4.4" } # 4.4 requires MSRV 1.70
clap_mangen = "0.2.7, <0.2.14" # TODO: 0.2.14 has MSRV >=1.70.0
clap = { features = ["string"], version = "4.4.18" }
clap_mangen = "0.2.17"
#git2 = "0.17.2"
#semver = "1.0.17"
pineappl_cli = { path = "../pineappl_cli", version = "=0.6.3" }

0 comments on commit 027c202

Please sign in to comment.