Merge branch 'master' into fix-cargo-doc-warning

pull/2/head
Levi Pearson 2020-07-10 06:08:57 +00:00
commit 31a137f008
1 changed files with 1 additions and 5 deletions

View File

@ -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]]