We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca8ce45 commit 3007f21Copy full SHA for 3007f21
curl-sys/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "curl-sys"
3
-version = "0.4.45+curl-7.78.0"
+version = "0.4.46+curl-7.79.0"
4
authors = ["Alex Crichton <alex@alexcrichton.com>"]
5
links = "curl"
6
build = "build.rs"
curl-sys/build.rs
@@ -273,6 +273,7 @@ fn main() {
273
.file("curl/lib/vtls/schannel_verify.c");
274
} else if target.contains("-apple-") {
275
cfg.define("USE_SECTRANSP", None)
276
+ .file("curl/lib/x509asn1.c")
277
.file("curl/lib/vtls/sectransp.c");
278
if xcode_major_version().map_or(true, |v| v >= 9) {
279
// On earlier Xcode versions (<9), defining HAVE_BUILTIN_AVAILABLE
curl-sys/curl
0 commit comments