From 2fa6c032b7d13871d76367bcc3136a839e6946a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Fri, 24 Mar 2023 17:28:01 +0100 Subject: [PATCH] Nitrokey trussed fork --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 869fa0b..8aa3d42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,9 @@ log-warn = [] log-error = [] [patch.crates-io] - trussed = { git = "https://github.com/trussed-dev/trussed.git", rev = "67b4ee9c6c530658e2a358a082cbf8720e896bc1" } +trussed = { git = "https://github.com/Nitrokey/trussed.git", tag = "v0.1.0-nitrokey.8" } +littlefs2 = { git = "https://github.com/Nitrokey/littlefs2", tag = "v0.3.2-nitrokey-2" } + [profile.dev.package.rsa] opt-level = 2