You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-curl/curl-fix-metadata-auto.diff

17 lines
447 B

--- curl-0.4.47/Cargo.toml 1970-01-01T00:00:01+00:00
+++ curl-0.4.47/Cargo.toml 2024-10-07T19:25:34.117043+00:00
@@ -145,13 +145,3 @@
version = "0.9.64"
optional = true
-[target.'cfg(target_env = "msvc")'.dependencies.schannel]
-version = "0.1.13"
-
-[target.'cfg(target_env = "msvc")'.dependencies.windows-sys]
-version = "0.52"
-features = [
- "Win32_Foundation",
- "Win32_System_LibraryLoader",
- "Win32_Security_Cryptography",
-]