File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " curl-sys"
3- version = " 0.4.63 +curl-8.1.2 "
3+ version = " 0.4.64 +curl-8.2.0 "
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.2 " ) ,
103+ . replace ( "@CURLVERSION@" , "8.2.0 " ) ,
104104 )
105105 . unwrap ( ) ;
106106
@@ -180,6 +180,7 @@ fn main() {
180180 . file ( "curl/lib/llist.c" )
181181 . file ( "curl/lib/md5.c" )
182182 . file ( "curl/lib/mime.c" )
183+ . file ( "curl/lib/macos.c" )
183184 . file ( "curl/lib/mprintf.c" )
184185 . file ( "curl/lib/mqtt.c" )
185186 . file ( "curl/lib/multi.c" )
You can’t perform that action at this time.
0 commit comments