Skip to content

Commit

Permalink
Make cortex-m-semihosting a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn committed Dec 9, 2021
1 parent 110a351 commit 944525e
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 944525e

Please sign in to comment.