From b524a9f385dfbf5bafbf7af1777fc4e0a30f7912 Mon Sep 17 00:00:00 2001 From: Simon Renblad Date: Mon, 21 Oct 2024 15:08:58 +0800 Subject: [PATCH] enable fatfs LFN + alloc --- szl/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/szl/Cargo.toml b/szl/Cargo.toml index fba9db9..b0d5fb8 100644 --- a/szl/Cargo.toml +++ b/szl/Cargo.toml @@ -27,3 +27,4 @@ libconfig = { path = "../libconfig" } git = "https://github.com/rafalh/rust-fatfs" rev = "85f06e0" default-features = false +features = ["alloc", "lfn"]