Skip to content

Commit

Permalink
Remove the windows workaround
Browse files Browse the repository at this point in the history
Cargo fixes the dependency now.
  • Loading branch information
lu-zero committed Oct 18, 2024
1 parent 37b000a commit 11fcc13
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,6 @@ itertools = "0.13"
implib = "0.3.3"
object = { version = "0.36.4", default-features = false, features = ["std", "read_core", "pe"] }

# workaround cargo
[target.'cfg(windows)'.dependencies.windows-sys]
version = "0.52"
features = [
"Win32_Foundation",
"Win32_Storage_FileSystem",
"Win32_System_IO",
"Win32_System_Console",
"Win32_System_Threading",
"Win32_System_JobObjects",
"Win32_Security",
"Win32_System_SystemServices"
]

[features]
default = []
vendored-openssl = ["cargo/vendored-openssl"]
Expand Down

0 comments on commit 11fcc13

Please sign in to comment.