diff options
| author | Valerii Hiora <[email protected]> | 2015-01-07 15:32:51 +0200 |
|---|---|---|
| committer | Valerii Hiora <[email protected]> | 2015-01-07 15:32:51 +0200 |
| commit | 2a646916d75571e9232e3a6a5a6cd439fe639257 (patch) | |
| tree | 86faf0d035e9f001d7eca8a4ce43cd1b73aa1cbf /src/lib.rs | |
| parent | Release v0.2.13 (diff) | |
| download | rust-openssl-2a646916d75571e9232e3a6a5a6cd439fe639257.tar.xz rust-openssl-2a646916d75571e9232e3a6a5a6cd439fe639257.zip | |
Handle recent breaking changes
- macro reform
- split of Show and String in formatter
- CString reform
- feature changes
Diffstat (limited to 'src/lib.rs')
| -rwxr-xr-x[-rw-r--r--] | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs index 88a848e4..074337e8 100644..100755 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -#![feature(macro_rules, unsafe_destructor, globs, associated_types, default_type_params, old_orphan_check)] +#![feature(unsafe_destructor, old_orphan_check)] #![crate_name="openssl"] #![crate_type="rlib"] #![crate_type="dylib"] |