Skip to content

Commit

Permalink
Pin sub-dependecy of clap to be compatible with MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
sirhcel authored and eldruin committed May 22, 2024
1 parent c320919 commit d5c2605
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ serde = { version = "1.0", features = ["derive"], optional = true }
assert_hex = "0.4.1"
clap = { version = "3.1.6", features = ["derive"] }
envconfig = "0.10.0"
# TODO: Remove pinning this subdependency of clap when we are bumping our MSRV.
# (There has been an incompatible change with the MSRV of os_str_bytes with
# 6.6.0) Until then we are tricking the dependency resolver into using a
# compatible version by adding it as a direct dependency here.
os_str_bytes = ">=6.0, <6.6.0"
rstest = { version = "0.12.0", default-features = false }
rustversion = "1.0.16"

Expand Down

0 comments on commit d5c2605

Please sign in to comment.