Skip to content

Commit 9e7c760

Browse files
Merge pull request #442 from cakebaker/bump_windows_sys
Bump `windows-sys` from `0.59.0` to `0.60.2`
2 parents 0d4cecf + 2fef4d1 commit 9e7c760

3 files changed

Lines changed: 83 additions & 10 deletions

File tree

Cargo.lock

Lines changed: 81 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ uucore = "0.1.0"
7575
uutests = "0.1.0"
7676
walkdir = "2.5.0"
7777
windows = { version = "0.61.1" }
78-
windows-sys = { version = "0.59.0", default-features = false }
78+
windows-sys = { version = "0.60.2", default-features = false }
7979
xattr = "1.3.1"
8080

8181
[dependencies]

src/uu/top/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ uu_w = { path = "../w" }
2525

2626
[target.'cfg(target_os="windows")'.dependencies]
2727
windows-sys = { workspace = true, features = [
28+
"Wdk_System_SystemInformation",
2829
"Win32_System_RemoteDesktop",
29-
"Win32_System_SystemInformation",
3030
] }
3131

3232

0 commit comments

Comments
 (0)