From 85a3aeb262487e79f2a1d46a631089aeebd8b4e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Harabie=C5=84?= Date: Wed, 17 Jul 2019 17:40:32 +0200 Subject: [PATCH] Fix build with std feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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