From 238c66ece9bc81ef63839f749ac7d42531de87b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Wed, 8 Nov 2023 16:04:50 +0100 Subject: [PATCH] Fix fuzz target compilation --- fuzz/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 926a956e..f5417dcd 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -58,3 +58,4 @@ doc = false flexiber = { git = "https://github.com/Nitrokey/flexiber", tag = "0.1.1.nitrokey" } trussed = { git = "https://github.com/Nitrokey/trussed", tag = "v0.1.0-nitrokey.11" } trussed-auth = { git = "https://github.com/trussed-dev/trussed-auth/", tag = "v0.2.2" } +apdu-dispatch = { git = "https://github.com/trussed-dev/apdu-dispatch.git", rev = "915fc237103fcecc29d0f0b73391f19abf6576de" }