aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'cortex-m-rt/Cargo.toml')
-rw-r--r--cortex-m-rt/Cargo.toml13
1 files changed, 1 insertions, 12 deletions
diff --git a/cortex-m-rt/Cargo.toml b/cortex-m-rt/Cargo.toml
index 9b44a15..4b5faee 100644
--- a/cortex-m-rt/Cargo.toml
+++ b/cortex-m-rt/Cargo.toml
@@ -19,21 +19,10 @@ autoexamples = true
r0 = "0.2.2"
cortex-m-rt-macros = { path = "macros", version = "0.1.5" }
-[target.thumbv7em-none-eabihf.dev-dependencies]
-cortex-m-semihosting = "0.3.1"
-
-[target.thumbv7em-none-eabi.dev-dependencies]
-cortex-m-semihosting = "0.3.1"
-
-[target.thumbv7m-none-eabi.dev-dependencies]
-cortex-m-semihosting = "0.3.1"
-
-[target.thumbv6m-none-eabi.dev-dependencies]
-cortex-m-semihosting = "0.3.1"
-
[dev-dependencies]
cortex-m = "0.6"
panic-halt = "0.2.0"
+cortex-m-semihosting = "0.3"
[dev-dependencies.rand]
default-features = false