Skip to content

Commit

Permalink
[testutil] Pin winapi-util to 0.1.8 (#1573)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlf authored Aug 6, 2024
1 parent b43acd9 commit a51d64f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions testutil/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ rustc_version = "0.4.0"
# than our MSRV.
time = { version = "=0.3.0", default-features = false, features = ["formatting", "macros", "parsing"] }
toml = "0.5.11"
# Pin to 0.1.8 because 0.1.9 takes a dependency on windows-sys 0.59.0, which
# in turn requires a Rust version more recent than our MSRV. By contrast,
# 0.1.8 depends on windows-sys 0.52.0, which works with our MSRV.
winapi-util = "=0.1.8"

0 comments on commit a51d64f

Please sign in to comment.