forked from M-Labs/rust-fatfs
Fix build with std feature
This commit is contained in:
parent
307357d404
commit
85a3aeb262
@ -19,7 +19,7 @@ travis-ci = { repository = "rafalh/rust-fatfs" }
|
|||||||
|
|
||||||
[features]
|
[features]
|
||||||
# Use Rust std library
|
# Use Rust std library
|
||||||
std = []
|
std = ["byteorder/std"]
|
||||||
# Use dynamic allocation - required for LFN support. When used without std please enable core_io/collections
|
# Use dynamic allocation - required for LFN support. When used without std please enable core_io/collections
|
||||||
alloc = []
|
alloc = []
|
||||||
# Default features
|
# Default features
|
||||||
|
Loading…
Reference in New Issue
Block a user