diff --git a/src/lib.rs b/src/lib.rs index b12c24b..46f08c4 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2,7 +2,7 @@ #![crate_type = "rlib"] #![crate_type = "dylib"] -#![feature(io, hash, core)] +#![feature(old_io, hash, core)] #![doc(html_logo_url = "./icon.png")]