Skip to content

Commit 70ade95

Browse files
authored
Update curl to 8.1.2 (#502)
1 parent 304f1ef commit 70ade95

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.62+curl-8.1.0"
3+
version = "0.4.63+curl-8.1.2"
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.1.0"),
103+
.replace("@CURLVERSION@", "8.1.2"),
104104
)
105105
.unwrap();
106106

curl-sys/curl

Submodule curl updated 143 files

curl-sys/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![allow(bad_style)]
2-
#![doc(html_root_url = "https://docs.rs/curl-sys/0.3")]
2+
#![doc(html_root_url = "https://docs.rs/curl-sys/0.4")]
33

44
// These `extern crate` are required for conditional linkages of curl.
55
#[cfg(link_libnghttp2)]

0 commit comments

Comments
 (0)