Skip to content

Commit

Permalink
clap: Pin to older clap to allow build with rust 1.70
Browse files Browse the repository at this point in the history
Claps MSRV is quite aggressive, pin it to 4.4.x to allow building with
rust 1.70 as currently present in debian testing.

Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
  • Loading branch information
sjoerdsimons committed Feb 24, 2024
1 parent 2a48a93 commit 497588d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bmap-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bmap-parser = { path = "../bmap-parser", version = "0.2.0"}
anyhow = "1.0.66"
nix = { version = "0.27.1", features = ["fs"] }
flate2 = "1.0.24"
clap = { version = "4.0.18", features = ["cargo"] }
clap = { version = "~4.4.0", features = ["cargo"] }
indicatif = { version = "0.17.1", features = ["tokio"] }
async-compression = { version = "0.4.5", features = ["gzip", "futures-io"] }
tokio = { version = "1.21.2", features = ["rt", "macros", "fs", "rt-multi-thread"] }
Expand Down

0 comments on commit 497588d

Please sign in to comment.