Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
Merge #183
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
bors[bot] and adamgreig committed Mar 15, 2019
2 parents d41c597 + 9cd991c commit 3bf85b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ r0 = "0.2.2"
cortex-m-rt-macros = { path = "macros", version = "0.1.5" }

[dev-dependencies]
cortex-m = "0.5.7"
cortex-m = ">= 0.5.7, <0.7"
panic-halt = "0.2.0"
cortex-m-semihosting = "0.3.1"

Expand All @@ -39,4 +39,4 @@ required-features = ["device"]
device = []

[package.metadata.docs.rs]
features = ["device"]
features = ["device"]

0 comments on commit 3bf85b9

Please sign in to comment.