File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " curl-sys"
3- version = " 0.4.62 +curl-8.1.0 "
3+ version = " 0.4.63 +curl-8.1.2 "
44authors = [" Alex Crichton <alex@alexcrichton.com>" ]
55links = " curl"
66build = " build.rs"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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) ]
You can’t perform that action at this time.
0 commit comments