From 0f9517a97afce7cdef1a8fdf556cd1a87c8ec47f Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Thu, 9 Jul 2020 20:17:39 -0600 Subject: [PATCH] build(deps): update `stm32f1xx-hal` dep 0.5.3 -> 0.6.0, remove `stm32f1` dep that's not currently used --- Cargo.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a6d3511..31550fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,12 +21,8 @@ embedded-hal = "0.2.3" nb = "0.1.2" rtt-target = { version = "0.2.0", features = ["cortex-m"] } -[dependencies.stm32f1] -version = "0.10.0" -features = ["stm32f103", "rt"] - [dependencies.stm32f1xx-hal] -version = "0.5.3" +version = "0.6.0" features = ["rt", "stm32f103", "medium"] [[bin]]