bump dependencies

This commit is contained in:
Jorge Aparicio
2018-11-10 00:04:28 +01:00
parent e64e690512
commit 55e61c3291

View File

@@ -6,9 +6,9 @@ name = "{{project-name}}"
version = "0.1.0" version = "0.1.0"
[dependencies] [dependencies]
cortex-m = "0.5.7" cortex-m = "0.5.8"
cortex-m-rt = "0.6.3" cortex-m-rt = "0.6.5"
cortex-m-semihosting = "0.3.1" cortex-m-semihosting = "0.3.2"
panic-halt = "0.2.0" panic-halt = "0.2.0"
# Uncomment for the panic example. # Uncomment for the panic example.