Skip to content

Commit 272ee3d

Browse files
Merge #307
307: Update cortex-m to 0.7.1 r=adamgreig a=jonas-schievink Co-authored-by: Jonas Schievink <[email protected]>
2 parents 4bb29e7 + d57c545 commit 272ee3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-m-rt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cortex-m-rt-macros = { path = "macros", version = "=0.6.11" }
2222
# avoid pulling in multiple versions of `cortex-m`.
2323

2424
[dev-dependencies]
25-
cortex-m = "0.6"
25+
cortex-m = "0.7.1"
2626
panic-halt = "0.2.0"
2727
cortex-m-semihosting = "0.3"
2828

0 commit comments

Comments
 (0)