From 5cc36552f8e9bb60dd2aba63746e49e0f660efc1 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Tue, 25 Feb 2025 09:54:25 +0100 Subject: [PATCH] Fix littlefs2-core path --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index be884577..4edbabba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ repository.workspace = true delog = "0.1.0" generic-array = "0.14" heapless = "0.7" -littlefs2-core = { version = "0.1", path = "core" } +littlefs2-core = "0.1" littlefs2-sys = "0.2" [dev-dependencies] @@ -55,4 +55,5 @@ log-error = [] [patch.crates-io] +littlefs2-core.path = "core" littlefs2-sys = { git = "https://github.com/sosthene-nitrokey/littlefs2-sys.git", rev = "71acedbc26d30359f31132937c6c07319cfe08a6"}