Merge pull request #152 from gkoz/std_stability

Chase std API stability changes
This commit is contained in:
Steven Fackler 2015-02-03 11:54:29 -05:00
commit 7327d3f334
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#![feature(unsafe_destructor, core, io, std_misc, libc, hash, path, collections)]
#![feature(unsafe_destructor, core, io, std_misc, libc, hash, path)]
#![crate_name="openssl"]
#![crate_type="rlib"]
#![crate_type="dylib"]