Skip to content

Commit 02317e6

Browse files
bors[bot]adamgreig
andcommitted
Merge #183
183: Update cortex-m version requirement to allow using 0.6.0 r=therealprof a=adamgreig See also rust-embedded/cortex-m-semihosting#32 Co-authored-by: Adam Greig <adam@adamgreig.com>
2 parents 6898ce8 + 3b4f193 commit 02317e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cortex-m-rt/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ r0 = "0.2.2"
2020
cortex-m-rt-macros = { path = "macros", version = "0.1.5" }
2121

2222
[dev-dependencies]
23-
cortex-m = "0.5.7"
23+
cortex-m = ">= 0.5.7, <0.7"
2424
panic-halt = "0.2.0"
2525
cortex-m-semihosting = "0.3.1"
2626

@@ -39,4 +39,4 @@ required-features = ["device"]
3939
device = []
4040

4141
[package.metadata.docs.rs]
42-
features = ["device"]
42+
features = ["device"]

0 commit comments

Comments
 (0)