Remove unneeded libextra dependency
This commit is contained in:
parent
548cd1e726
commit
fd5da25f67
1
lib.rs
1
lib.rs
|
|
@ -4,7 +4,6 @@
|
||||||
#[crate_type="dylib"];
|
#[crate_type="dylib"];
|
||||||
#[doc(html_root_url="http://www.rust-ci.org/sfackler/rust-openssl/doc")];
|
#[doc(html_root_url="http://www.rust-ci.org/sfackler/rust-openssl/doc")];
|
||||||
|
|
||||||
extern crate extra;
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
extern crate serialize;
|
extern crate serialize;
|
||||||
extern crate sync;
|
extern crate sync;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue