Skip to content

Commit

Permalink
Merge pull request #208 from stm32-rs/semihosting
Browse files Browse the repository at this point in the history
Make cortex-m-semihosting a dev dependency
  • Loading branch information
hannobraun committed Dec 10, 2021
2 parents 110a351 + 944525e commit 89866bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ as-slice = "0.2.1"
cast = { version = "0.2.2", default-features = false }
cortex-m = "0.7.0"
cortex-m-rt = "0.6.8"
cortex-m-semihosting = "0.3.2"
embedded-hal = { version = "0.2.3", features = ["unproven"] }
embedded-time = "0.12.0"
nb = "1.0.0"
Expand All @@ -37,6 +36,7 @@ void = { version = "1.0.2", default-features = false }
[dev-dependencies]
aligned = "0.3.1"
cortex-m-rtic = "0.5.6"
cortex-m-semihosting = "0.3.2"
heapless = "0.7.1"
panic-halt = "0.2.0"
panic-semihosting = "0.5.1"
Expand Down

0 comments on commit 89866bc

Please sign in to comment.