Skip to content

Commit

Permalink
Update to curl 8.5.0 (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecnelises authored Dec 7, 2023
1 parent de57280 commit b16d68f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.68+curl-8.4.0"
version = "0.4.69+curl-8.5.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
links = "curl"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion curl-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ fn main() {
.replace("@LIBCURL_LIBS@", "")
.replace("@SUPPORT_FEATURES@", "")
.replace("@SUPPORT_PROTOCOLS@", "")
.replace("@CURLVERSION@", "8.4.0"),
.replace("@CURLVERSION@", "8.5.0"),
)
.unwrap();

Expand Down
2 changes: 1 addition & 1 deletion curl-sys/curl
Submodule curl updated 834 files

0 comments on commit b16d68f

Please sign in to comment.