Bump the dependencies on cortex/semihosting crates to current version

This commit is contained in:
Paul van Tilburg 2019-12-20 12:48:54 +01:00
parent 39e043b9e9
commit a2985c8132
Signed by: paul
GPG Key ID: C6DE073EDA9EEC4D
1 changed files with 4 additions and 4 deletions

View File

@ -9,11 +9,11 @@ authors = ["Paul van Tilburg <paul@luon.net>"]
readme = "README.md"
[dependencies]
cortex-m = "0.5.8"
cortex-m-rt = "0.6.5"
cortex-m-semihosting = "0.3.2"
cortex-m = "0.6.1"
cortex-m-rt = "0.6.11"
cortex-m-semihosting = "0.3.5"
heapless = "0.4.2"
panic-semihosting = "0.5.1"
panic-semihosting = "0.5.3"
[dependencies.cortex-m-rtfm]
version = "0.5.0"