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.diff

26 lines
720 B

--- curl-0.4.41/Cargo.toml 1970-01-01T00:00:01+00:00
+++ curl-0.4.41/Cargo.toml 2021-11-26T12:17:16.339213+00:00
@@ -38,9 +38,6 @@
path = "examples/aws_sigv4.rs"
required-features = ["static-curl", "ssl"]
-[[test]]
-name = "atexit"
-harness = false
[dependencies.curl-sys]
version = "0.4.51"
default-features = false
@@ -79,12 +76,7 @@
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-sys]
6 years ago
version = "0.9.43"
optional = true
-[target."cfg(target_env = \"msvc\")".dependencies.schannel]
7 years ago
-version = "0.1.13"
5 years ago
-[target."cfg(target_env = \"msvc\")".dependencies.winapi]
-version = "0.3"
-features = ["libloaderapi", "wincrypt"]
[badges.appveyor]
repository = "alexcrichton/curl-rust"