From 1a65eb8e11288e2b26ef41560ff6f3f975ee2981 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Mon, 24 Oct 2022 16:44:46 +0200 Subject: [PATCH] Use latest trussed commit --- Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4c9e965..14dd9ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,8 +18,7 @@ hex-literal = "0.3" interchange = "0.2.2" iso7816 = "0.1" serde = { version = "1", default-features = false } -trussed = { git = "https://github.com/trussed-dev/trussed" } -# trussed = { path = "../../../trussed" } +trussed = "0.1" untrusted = "0.9" [dev-dependencies] @@ -36,3 +35,6 @@ log-info = [] log-debug = [] log-warn = [] log-error = [] + +[patch.crates-io] +trussed = { git = "https://github.com/trussed-dev/trussed", rev = "28478f8abed11d78c51e6a6a32326821ed61957a"}