Skip to content

Commit bc21884

Browse files
committed
Update to curl 8.4.0
1 parent 4f10982 commit bc21884

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.67+curl-8.3.0"
3+
version = "0.4.68+curl-8.4.0"
44
authors = ["Alex Crichton <alex@alexcrichton.com>"]
55
links = "curl"
66
build = "build.rs"

curl-sys/build.rs

Lines changed: 1 addition & 1 deletion
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.3.0"),
103+
.replace("@CURLVERSION@", "8.4.0"),
104104
)
105105
.unwrap();
106106

curl-sys/curl

Submodule curl updated 2020 files

0 commit comments

Comments
 (0)