From aeae7a0a54a6673d543508d49cdee58044b1c593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Mon, 12 May 2025 17:46:31 +0200 Subject: [PATCH] Use tagged commit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6fc2adc1..58632039 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,4 +59,4 @@ log-error = [] # This means that if we change `traits::Storage::FILENAME_MAX_PLUS_ONE`, # we need to pass this on! [patch.crates-io] -littlefs2-sys = { git = "https://github.com/sosthene-nitrokey/littlefs2-sys", rev = "e1fbf664e24d03fc39b538900c681a41a2dd8c88" } +littlefs2-sys = { git = "https://github.com/trussed-dev/littlefs2-sys", rev = "v0.3.1-nitrokey.1" }