From ebd59dd9bd489fe295a80a8b1defd223c4912854 Mon Sep 17 00:00:00 2001 From: Nicolas Stalder Date: Wed, 6 Jan 2021 22:08:22 +0100 Subject: [PATCH] Purge ufmt; add build-pc to CI --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ced6b38..c791006 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = []