Merge pull request #75 from rust-embedded/cortex-m-rt_fix

Update of cortex-m-rt for coming stable breakage
This commit is contained in:
Emil Fresk
2019-08-13 20:17:27 +02:00
committed by GitHub

View File

@@ -7,7 +7,7 @@ version = "0.1.0"
[dependencies]
cortex-m = "0.6.0"
cortex-m-rt = "0.6.8"
cortex-m-rt = "0.6.10"
cortex-m-semihosting = "0.3.3"
panic-halt = "0.2.0"