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

20 lines
449 B

--- curl-0.4.44/Cargo.toml 1970-01-01T00:00:01+00:00
+++ curl-0.4.44/Cargo.toml 2023-03-02T13:43:53.758003+00:00
@@ -107,16 +107,6 @@
version = "0.9.43"
optional = true
-[target."cfg(target_env = \"msvc\")".dependencies.schannel]
-version = "0.1.13"
-
-[target."cfg(target_env = \"msvc\")".dependencies.winapi]
-version = "0.3"
-features = [
- "libloaderapi",
- "wincrypt",
-]
-
[badges.appveyor]
repository = "alexcrichton/curl-rust"