diff options
author | 2021-01-26 16:09:07 +0100 | |
---|---|---|
committer | 2021-01-26 16:09:07 +0100 | |
commit | 7676b8395d488f8155381eae85d7cc152d5ae780 (patch) | |
tree | 2c13e89eb9ba444609d2066f00f0b723bf58b983 | |
parent | 95b28372d743be9dbe35f23f6c31a4f1d5340d60 (diff) | |
parent | 272ee3d30a3227ee45ff11c5c7c0134916a40525 (diff) | |
download | cortex-m-7676b8395d488f8155381eae85d7cc152d5ae780.tar.gz cortex-m-7676b8395d488f8155381eae85d7cc152d5ae780.tar.zst cortex-m-7676b8395d488f8155381eae85d7cc152d5ae780.zip |
Merge branch 'master' of ssh://github.com/rust-embedded/cortex-m-rt
-rw-r--r-- | cortex-m-rt/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cortex-m-rt/Cargo.toml b/cortex-m-rt/Cargo.toml index bbb6254..600faed 100644 --- a/cortex-m-rt/Cargo.toml +++ b/cortex-m-rt/Cargo.toml @@ -22,7 +22,7 @@ cortex-m-rt-macros = { path = "macros", version = "=0.6.11" } # avoid pulling in multiple versions of `cortex-m`. [dev-dependencies] -cortex-m = "0.6" +cortex-m = "0.7.1" panic-halt = "0.2.0" cortex-m-semihosting = "0.3" |