diff options
-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" |