Bumped some versions

This commit is contained in:
Sebastian 2020-08-29 19:02:15 +02:00
parent 9653df09b6
commit 8b68f82ec3
1 changed files with 3 additions and 3 deletions

View File

@ -7,10 +7,10 @@ version = "0.1.0"
[dependencies]
cortex-m = "0.6"
cortex-m-rt = "0.6"
stm32f1xx-hal = { version = "0.5.3", features = ["stm32f103", "stm32-usbd", "rt"] }
cortex-m-rt = "0.6.12"
stm32f1xx-hal = { version = "0.6.1", features = ["stm32f103", "stm32-usbd", "rt"] }
panic-semihosting = "0.5"
embedded-hal = "0.2.3"
embedded-hal = "0.2.4"
rtt-target = {version = "0.2.2", features = ["cortex-m"]}