diff options
author | 2021-01-26 00:42:49 +0100 | |
---|---|---|
committer | 2021-01-26 00:42:49 +0100 | |
commit | d57c545836b8db9cf6eba72a9bf25d18fe457311 (patch) | |
tree | 9588019fc666302bf7ee4ff3cd45069a29f40425 | |
parent | 4bb29e702b650e7cc245d21dc33b5ce1d44b3147 (diff) | |
download | cortex-m-d57c545836b8db9cf6eba72a9bf25d18fe457311.tar.gz cortex-m-d57c545836b8db9cf6eba72a9bf25d18fe457311.tar.zst cortex-m-d57c545836b8db9cf6eba72a9bf25d18fe457311.zip |
Update cortex-m to 0.7.1
-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" |