aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2019-07-09 07:55:36 -0400
committerBrian Cully <bjc@kublai.com>2019-07-09 07:55:36 -0400
commit9a34921b3310a32644ba1ba2e72b028f27d4a2b2 (patch)
treed24d5d740a2389dc2f1cdc263b7855c41b7c7ffe
parenta7659952f376e196fc95f2d0525712e2398f8516 (diff)
downloadclint-9a34921b3310a32644ba1ba2e72b028f27d4a2b2.tar.gz
clint-9a34921b3310a32644ba1ba2e72b028f27d4a2b2.zip
Move cortex-m-rt into normal dev-dependencies
-rw-r--r--Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 10ac5cf..1079e1d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,11 +12,9 @@ readme = "README.md"
[dev-dependencies]
cortex-m = "~0.6"
+cortex-m-rt = "~0.6"
compiletest_rs = "~0.3"
-[dev-dependencies.cortex-m-rt]
-version = "~0.6"
-
[target.'cfg(all(target_arch = "arm", target_os = "none"))'.dependencies]
cortex-m = "~0.6"