forked from M-Labs/zynq-rs
enable fatfs LFN + alloc
This commit is contained in:
parent
60aa4ce9bc
commit
5523d22e43
|
@ -12,6 +12,7 @@ log = "0.4"
|
|||
git = "https://github.com/rafalh/rust-fatfs"
|
||||
rev = "85f06e0"
|
||||
default-features = false
|
||||
features = ["alloc", "lfn"]
|
||||
|
||||
[features]
|
||||
target_zc706 = []
|
||||
|
|
|
@ -27,3 +27,4 @@ libconfig = { path = "../libconfig" }
|
|||
git = "https://github.com/rafalh/rust-fatfs"
|
||||
rev = "85f06e0"
|
||||
default-features = false
|
||||
features = ["alloc", "lfn"]
|
||||
|
|
Loading…
Reference in New Issue