Skip to content

Commit e1282c3

Browse files
authored
Update to curl 8.2.1 (#513)
1 parent 7cfe6fe commit e1282c3

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.64+curl-8.2.0"
3+
version = "0.4.65+curl-8.2.1"
44
authors = ["Alex Crichton <[email protected]>"]
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.2.0"),
103+
.replace("@CURLVERSION@", "8.2.1"),
104104
)
105105
.unwrap();
106106

0 commit comments

Comments
 (0)