Skip to content

Commit

Permalink
Pin transitive dep cargo-platform for MSRV (#757)
Browse files Browse the repository at this point in the history
Version 0.1.6 requires a Rust version more recent than our MSRV.
To work around this, we take an explicit dependency on it, and
pin to 0.1.5.
  • Loading branch information
jswrenn authored Dec 28, 2023
1 parent e56a42b commit 1171ff5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testutil/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ edition = "2021"

[dependencies]
cargo_metadata = "0.18.0"
# Pin to 0.1.5 because more recent versions require a Rust version more recent
# than our MSRV.
cargo-platform = "=0.1.5"
rustc_version = "0.4.0"
# Pin to 0.3.0 because more recent versions require a Rust version more recent
# than our MSRV.
Expand Down

0 comments on commit 1171ff5

Please sign in to comment.