Skip to content

Commit a51d64f

Browse files
authored
[testutil] Pin winapi-util to 0.1.8 (#1573)
1 parent b43acd9 commit a51d64f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

testutil/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@ rustc_version = "0.4.0"
2222
# than our MSRV.
2323
time = { version = "=0.3.0", default-features = false, features = ["formatting", "macros", "parsing"] }
2424
toml = "0.5.11"
25+
# Pin to 0.1.8 because 0.1.9 takes a dependency on windows-sys 0.59.0, which
26+
# in turn requires a Rust version more recent than our MSRV. By contrast,
27+
# 0.1.8 depends on windows-sys 0.52.0, which works with our MSRV.
28+
winapi-util = "=0.1.8"

0 commit comments

Comments
 (0)