bump dependencies to not depend on arm-none-eabi-gcc

This commit is contained in:
Jorge Aparicio
2018-08-27 17:34:01 +02:00
parent 34d34975c3
commit a79ea9bee7
2 changed files with 3 additions and 19 deletions

View File

@@ -9,9 +9,9 @@ repository = "https://github.com/japaric/cortex-m-quickstart"
version = "0.3.3"
[dependencies]
cortex-m = "0.5.0"
cortex-m-rt = "0.5.0"
cortex-m-semihosting = "0.3.0"
cortex-m = "0.5.6"
cortex-m-rt = "0.5.3"
cortex-m-semihosting = "0.3.1"
panic-semihosting = "0.3.0"
# Uncomment for the panic example.