From 89c3eaf4831d89731acddb71221b45334b1bbaed Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Thu, 29 Jan 2015 09:05:19 -0800 Subject: Fix for stability changes --- src/lib.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/lib.rs b/src/lib.rs index bb11f34b..af1b1be5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,4 @@ -#![feature(unsafe_destructor)] -#![allow(unstable)] +#![feature(unsafe_destructor, core, io, std_misc, libc, hash, path, collections)] #![crate_name="openssl"] #![crate_type="rlib"] #![crate_type="dylib"] @@ -7,7 +6,7 @@ extern crate libc; #[cfg(test)] -extern crate serialize; +extern crate "rustc-serialize" as serialize; extern crate "openssl-sys" as ffi; -- cgit v1.2.3