mirror of
https://github.com/trussed-dev/apdu-dispatch.git
synced 2026-06-20 04:16:15 -07:00
Purge ufmt; add build-pc to CI
This commit is contained in:
committed by
Nicolas Stalder
parent
53c770f78d
commit
ebd59dd9bd
+1
-2
@@ -7,7 +7,6 @@ edition = "2018"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
ufmt = "0.1"
|
||||
heapless = { version = "0.5.5" }
|
||||
|
||||
# Components
|
||||
@@ -16,7 +15,7 @@ delog = "0.1.0-alpha.2"
|
||||
interchange = {path = "../interchange"}
|
||||
|
||||
# Testing
|
||||
serial_test = { version = "*", optional=true }
|
||||
serial_test = { version = "*", optional = true }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
||||
Reference in New Issue
Block a user