Merge pull request #152 from gkoz/std_stability
Chase std API stability changes
This commit is contained in:
commit
7327d3f334
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue