diff options
| author | Gleb Kozyrev <[email protected]> | 2015-02-03 18:22:40 +0200 |
|---|---|---|
| committer | Gleb Kozyrev <[email protected]> | 2015-02-03 18:22:40 +0200 |
| commit | ce427edb0861a51776aa91e50c9148c2aea8363e (patch) | |
| tree | 036cc42d93d5a11f0a62c2ba6b86e1fc7be86768 /src | |
| parent | Merge pull request #150 from gkoz/show_debug (diff) | |
| download | rust-openssl-ce427edb0861a51776aa91e50c9148c2aea8363e.tar.xz rust-openssl-ce427edb0861a51776aa91e50c9148c2aea8363e.zip | |
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"] |