Skip to content

Commit 197d5bf

Browse files
committed
top: rename Win32_System_SystemInformation to
Wdk_System_SystemInformation in Cargo.toml
1 parent c754ccd commit 197d5bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)