diff options
| author | Steven Fackler <[email protected]> | 2015-02-03 11:54:29 -0500 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2015-02-03 11:54:29 -0500 |
| commit | 7327d3f334a6f39bc79ef8a446a87f59f715b4c5 (patch) | |
| tree | 036cc42d93d5a11f0a62c2ba6b86e1fc7be86768 /src | |
| parent | Merge pull request #150 from gkoz/show_debug (diff) | |
| parent | Chase std API stability changes (diff) | |
| download | rust-openssl-7327d3f334a6f39bc79ef8a446a87f59f715b4c5.tar.xz rust-openssl-7327d3f334a6f39bc79ef8a446a87f59f715b4c5.zip | |
Merge pull request #152 from gkoz/std_stability
Chase std API stability changes
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] |