Skip to content

Commit 3007f21

Browse files
authored
Bump curl submodule to 7.79.0 (#405)
* Bump curl submodule to 7.79.0 * Try to fix macOS build
1 parent ca8ce45 commit 3007f21

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

curl-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "curl-sys"
3-
version = "0.4.45+curl-7.78.0"
3+
version = "0.4.46+curl-7.79.0"
44
authors = ["Alex Crichton <[email protected]>"]
55
links = "curl"
66
build = "build.rs"

curl-sys/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ fn main() {
273273
.file("curl/lib/vtls/schannel_verify.c");
274274
} else if target.contains("-apple-") {
275275
cfg.define("USE_SECTRANSP", None)
276+
.file("curl/lib/x509asn1.c")
276277
.file("curl/lib/vtls/sectransp.c");
277278
if xcode_major_version().map_or(true, |v| v >= 9) {
278279
// On earlier Xcode versions (<9), defining HAVE_BUILTIN_AVAILABLE

curl-sys/curl

Submodule curl updated 605 files

0 commit comments

Comments
 (0)