diff --git a/Cargo.toml b/Cargo.toml index eb6f3ac..bf8b33f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ travis-ci = { repository = "rafalh/rust-fatfs" } [features] # Use Rust std library -std = [] +std = ["byteorder/std"] # Use dynamic allocation - required for LFN support. When used without std please enable core_io/collections alloc = [] # Default features