Fix build with std feature

This commit is contained in:
Rafał Harabień 2019-07-17 17:40:32 +02:00
parent 307357d404
commit 85a3aeb262

View File

@ -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