From 7907eb061990cdb8e3f029ebec17e1c1b34e6c3c Mon Sep 17 00:00:00 2001 From: Nicolas Stalder Date: Wed, 13 Jan 2021 23:05:17 +0100 Subject: [PATCH] Bump delog to alpha.3 to get rid of semihosting hangs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 10b80d8..26d4388 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" [dependencies] apdu-dispatch = { path = "../apdu-dispatch" } asn1derpy = "0.1.0" -delog = "0.1.0-alpha.2" +delog = "0.1.0-alpha.3" heapless = "0.5.5" heapless-bytes = { git = "https://github.com/ycrypto/heapless-bytes", branch = "main" } interchange = { path = "../interchange" }