From 5c522a7b8aec04c3be79c98d2102aa9020909c7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Thu, 8 Jun 2023 10:52:16 +0200 Subject: [PATCH] Use upstream trussed --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aff3f9c..fe5c55a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,4 +28,4 @@ trussed = { version = "0.1.0", features = ["serde-extensions", "virt"] } [patch.crates-io] littlefs2 = { git = "https://github.com/Nitrokey/littlefs2", tag = "v0.3.2-nitrokey-2" } -trussed = { git = "https://github.com/sosthene-nitrokey/trussed.git", branch = "remove-dir-all-where" } +trussed = { git = "https://github.com/trussed-dev/trussed.git", rev = "676ed8021e8fbd8efafe291c57466708f3d56fb4" }