Skip to content

Commit 8840762

Browse files
committed
Remove the windows workaround
Cargo fixes the dependency now.
1 parent 9b8a990 commit 8840762

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

Cargo.toml

-14
Original file line numberDiff line numberDiff line change
@@ -46,20 +46,6 @@ itertools = "0.13"
4646
implib = "0.3.3"
4747
object = { version = "0.36.4", default-features = false, features = ["std", "read_core", "pe"] }
4848

49-
# workaround cargo
50-
[target.'cfg(windows)'.dependencies.windows-sys]
51-
version = "0.52"
52-
features = [
53-
"Win32_Foundation",
54-
"Win32_Storage_FileSystem",
55-
"Win32_System_IO",
56-
"Win32_System_Console",
57-
"Win32_System_Threading",
58-
"Win32_System_JobObjects",
59-
"Win32_Security",
60-
"Win32_System_SystemServices"
61-
]
62-
6349
[features]
6450
default = []
6551
vendored-openssl = ["cargo/vendored-openssl"]

0 commit comments

Comments
 (0)