From 11fcc13bd748195ca1605385f0b93087691132c4 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Fri, 18 Oct 2024 09:36:50 +0200 Subject: [PATCH] Remove the windows workaround Cargo fixes the dependency now. --- Cargo.toml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 618ea26..02c6bc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]