parent
8d669738cd
commit
c3c042094f
@ -1,11 +1,11 @@
|
|||||||
--- curl-sys-0.4.9/lib.rs.orig 2018-09-12 12:59:06.000000000 -0700
|
--- curl-sys-0.4.18/lib.rs.orig 2019-04-17 18:46:52.000000000 -0700
|
||||||
+++ curl-sys-0.4.9/lib.rs 2018-09-13 13:12:04.228581344 -0700
|
+++ curl-sys-0.4.18/lib.rs 2019-05-09 12:05:12.694980681 -0700
|
||||||
@@ -7,8 +7,6 @@ extern crate libz_sys;
|
@@ -2,8 +2,6 @@
|
||||||
extern crate openssl_sys;
|
#![doc(html_root_url = "https://docs.rs/curl-sys/0.3")]
|
||||||
#[cfg(windows)]
|
|
||||||
extern crate winapi;
|
|
||||||
-#[cfg(feature = "http2")]
|
|
||||||
-extern crate libnghttp2_sys;
|
|
||||||
|
|
||||||
use libc::{c_int, c_char, c_uint, c_short, c_long, c_double, c_void, size_t, time_t};
|
extern crate libc;
|
||||||
use libc::c_ulong;
|
-#[cfg(link_libnghttp2)]
|
||||||
|
-extern crate libnghttp2_sys;
|
||||||
|
#[cfg(link_libz)]
|
||||||
|
extern crate libz_sys;
|
||||||
|
#[cfg(link_openssl)]
|
||||||
|
@ -1 +1 @@
|
|||||||
SHA512 (curl-sys-0.4.17.crate) = e0b1db564ac22d7d2bb09122393fcdf3cfc196490ad344d4c8023636fe8dc553ed6fe94c7bba3027cca3d707ea511e95294c31bd3ea676f094126677e934e8c8
|
SHA512 (curl-sys-0.4.18.crate) = b4f4afa8ce8c9390de02a286b5d1663d8d8ad45026da5b4ea1a3059b812edc67d292db2f628c167c2e633c03784032ce650580e8460fafaa8a6fa5587041d163
|
||||||
|
Loading…
Reference in new issue