Bump delog to alpha.3 to get rid of semihosting hangs

This commit is contained in:
Nicolas Stalder
2021-01-13 23:17:06 +01:00
committed by Nicolas Stalder
parent 2f8cf613b2
commit 7907eb0619
+1 -1
View File
@@ -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" }