Skip to content

Commit

Permalink
Update to 8.11.0 (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss authored Nov 6, 2024
1 parent cd649f2 commit e6f7be6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion curl-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "curl-sys"
version = "0.4.77+curl-8.10.1"
version = "0.4.78+curl-8.11.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
links = "curl"
build = "build.rs"
Expand Down
5 changes: 3 additions & 2 deletions curl-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ fn main() {
.replace("@LIBCURL_LIBS@", "")
.replace("@SUPPORT_FEATURES@", "")
.replace("@SUPPORT_PROTOCOLS@", "")
.replace("@CURLVERSION@", "8.10.1"),
.replace("@CURLVERSION@", "8.11.0"),
)
.unwrap();

Expand All @@ -132,7 +132,7 @@ fn main() {
.define("ENABLE_IPV6", None)
.define("HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID", None)
.define("HAVE_ASSERT_H", None)
.define("OS", "\"unknown\"") // TODO
.define("CURL_OS", "\"unknown\"") // TODO
.define("HAVE_ZLIB_H", None)
.define("HAVE_LONGLONG", None)
.define("HAVE_LIBZ", None)
Expand Down Expand Up @@ -236,6 +236,7 @@ fn main() {
.file("curl/lib/vtls/vtls.c")
.file("curl/lib/warnless.c")
.file("curl/lib/timediff.c")
.file("curl/lib/ws.c")
.define("HAVE_GETADDRINFO", None)
.define("HAVE_GETPEERNAME", None)
.define("HAVE_GETSOCKNAME", None)
Expand Down
2 changes: 1 addition & 1 deletion curl-sys/curl
Submodule curl updated 867 files

0 comments on commit e6f7be6

Please sign in to comment.