Skip to content

Commit b16d68f

Browse files
authored
Update to curl 8.5.0 (#541)
1 parent de57280 commit b16d68f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: curl-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "curl-sys"
3-
version = "0.4.68+curl-8.4.0"
3+
version = "0.4.69+curl-8.5.0"
44
authors = ["Alex Crichton <[email protected]>"]
55
links = "curl"
66
build = "build.rs"

Diff for: curl-sys/build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ fn main() {
100100
.replace("@LIBCURL_LIBS@", "")
101101
.replace("@SUPPORT_FEATURES@", "")
102102
.replace("@SUPPORT_PROTOCOLS@", "")
103-
.replace("@CURLVERSION@", "8.4.0"),
103+
.replace("@CURLVERSION@", "8.5.0"),
104104
)
105105
.unwrap();
106106

Diff for: curl-sys/curl

Submodule curl updated 834 files

0 commit comments

Comments
 (0)