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

22 lines
451 B

--- curl-0.4.44/Cargo.toml 1970-01-01T00:00:01+00:00
+++ curl-0.4.44/Cargo.toml 2023-03-02T13:44:31.215139+00:00
@@ -25,6 +25,7 @@
]
license = "MIT"
repository = "https://github.com/alexcrichton/curl-rust"
+exclude = ["/ci/"]
[[example]]
name = "https"
@@ -52,10 +53,6 @@
name = "multi-dl"
path = "examples/multi-dl.rs"
required-features = ["ssl"]
-
-[[test]]
-name = "atexit"
-harness = false
[dependencies.curl-sys]
version = "0.4.56"