From 5523d22e43d41aa32ea247cfb71e47b3bb8dc027 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 --- libconfig/Cargo.toml | 1 + szl/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/libconfig/Cargo.toml b/libconfig/Cargo.toml index f6f983d..811e76c 100644 --- a/libconfig/Cargo.toml +++ b/libconfig/Cargo.toml @@ -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 = [] 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"]