aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2014-11-26 08:45:47 -0800
committerSteven Fackler <[email protected]>2014-11-26 08:45:47 -0800
commitccb134e3200a654c41eb1653e6c7e8063bd98211 (patch)
tree2c5ecbaa182daea3fced586097a64850e9f31ec4 /src/lib.rs
parentBump to 0.1.0 (diff)
parentSync is now part of the standard library (diff)
downloadrust-openssl-ccb134e3200a654c41eb1653e6c7e8063bd98211.tar.xz
rust-openssl-ccb134e3200a654c41eb1653e6c7e8063bd98211.zip
Merge pull request #105 from andor44/master
Sync is now part of the standard library
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 4f5e3e75..c89010ba 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -7,7 +7,6 @@
extern crate libc;
#[cfg(test)]
extern crate serialize;
-extern crate sync;
extern crate "openssl-sys" as ffi;