From e7f2dccb2f0ae8cea28d702807bf15069020b9f5 Mon Sep 17 00:00:00 2001 From: Matthijs van der Vleuten Date: Thu, 6 Feb 2014 19:57:21 +0100 Subject: extra::sync was moved to sync crate --- lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'lib.rs') diff --git a/lib.rs b/lib.rs index 155bac68..e654b32c 100644 --- a/lib.rs +++ b/lib.rs @@ -4,6 +4,7 @@ #[doc(html_root_url="http://www.rust-ci.org/sfackler/rust-openssl/doc")]; extern mod extra; +extern mod sync; pub mod ssl; pub mod crypto; -- cgit v1.2.3