Skip to content

Commit b2cc04c

Browse files
committed
Simplify windows-sys imports
1 parent 81347d2 commit b2cc04c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,12 @@ yaxpeax-arm = "0.3.0"
7878
chrono = "0.4.38"
7979
vergilius = "0.1.2"
8080
windows-sys = { features = [
81-
"Win32",
82-
"Win32_System",
81+
"Win32_Foundation",
8382
"Win32_System_SystemServices",
8483
"Win32_System_Diagnostics_Debug",
8584
"Win32_System_Diagnostics",
8685
"Win32_System_SystemInformation",
8786
"Win32_System_Kernel",
88-
"Win32_Foundation",
8987
], version = "0.59.0" }
9088
reqwest = { version = "0.12.5", features = [
9189
"blocking",

0 commit comments

Comments
 (0)