diff options
author | Brian Cully <bjc@kublai.com> | 2019-07-09 07:55:36 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2019-07-09 07:55:36 -0400 |
commit | 9a34921b3310a32644ba1ba2e72b028f27d4a2b2 (patch) | |
tree | d24d5d740a2389dc2f1cdc263b7855c41b7c7ffe /Cargo.toml | |
parent | a7659952f376e196fc95f2d0525712e2398f8516 (diff) | |
download | clint-9a34921b3310a32644ba1ba2e72b028f27d4a2b2.tar.gz clint-9a34921b3310a32644ba1ba2e72b028f27d4a2b2.zip |
Move cortex-m-rt into normal dev-dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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" |