aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml14
1 files changed, 12 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d36b81e..e558f5f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,6 +19,16 @@ static-ref = "0.2.0"
[dependencies.cortex-m-rtfm-macros]
path = "macros"
-[dev-dependencies]
+[target.'cfg(target_arch = "x86_64")'.dev-dependencies]
compiletest_rs = "0.2.8"
-stm32f103xx = "0.7.1"
+
+[dev-dependencies.cortex-m-rt]
+features = ["abort-on-panic"]
+version = "0.3.3"
+
+[dev-dependencies.stm32f103xx]
+features = ["rt"]
+version = "0.7.1"
+
+[profile.release]
+lto = true \ No newline at end of file