Update examples to newer svd2rust api.

Similarly, the cortex-m crate API was also updated.
This commit is contained in:
Kitlith
2018-02-24 18:26:31 -08:00
parent bf91f60d40
commit 9f573d73b2
7 changed files with 69 additions and 67 deletions

View File

@@ -9,7 +9,7 @@ repository = "https://github.com/japaric/cortex-m-quickstart"
version = "0.2.4"
[dependencies]
cortex-m = "0.3.0"
cortex-m = "0.4.0"
cortex-m-semihosting = "0.2.0"
[dependencies.cortex-m-rt]