We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81347d2 commit b2cc04cCopy full SHA for b2cc04c
Cargo.toml
@@ -78,14 +78,12 @@ yaxpeax-arm = "0.3.0"
78
chrono = "0.4.38"
79
vergilius = "0.1.2"
80
windows-sys = { features = [
81
- "Win32",
82
- "Win32_System",
+ "Win32_Foundation",
83
"Win32_System_SystemServices",
84
"Win32_System_Diagnostics_Debug",
85
"Win32_System_Diagnostics",
86
"Win32_System_SystemInformation",
87
"Win32_System_Kernel",
88
- "Win32_Foundation",
89
], version = "0.59.0" }
90
reqwest = { version = "0.12.5", features = [
91
"blocking",
0 commit comments