aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-06-01 15:53:44 +0200
committerDario Nieuwenhuis <[email protected]>2021-06-01 15:53:44 +0200
commit1f2097ab114218480485d40088bb84e9f553c690 (patch)
tree97e1a4bc030566a8ff3a883f994f7429c69de9f0
parent4c03fdb0947d30896e6344e882d7217632a66ccd (diff)
cortex-m-rt is not a build dep
-rw-r--r--stm32-metapac/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/stm32-metapac/Cargo.toml b/stm32-metapac/Cargo.toml
index 6c5e47e8e..c92c5f003 100644
--- a/stm32-metapac/Cargo.toml
+++ b/stm32-metapac/Cargo.toml
@@ -7,13 +7,13 @@ resolver = "2"
7 7
8[dependencies] 8[dependencies]
9cortex-m = "0.7.2" 9cortex-m = "0.7.2"
10cortex-m-rt = { version = "0.6.8", optional = true }
10 11
11[build-dependencies] 12[build-dependencies]
12regex = "1.4.6" 13regex = "1.4.6"
13chiptool = { git = "https://github.com/embassy-rs/chiptool", rev = "86b77165078065058098e981d49d2dd213b2feba" } 14chiptool = { git = "https://github.com/embassy-rs/chiptool", rev = "86b77165078065058098e981d49d2dd213b2feba" }
14serde = { version = "1.0.123", features = [ "derive" ]} 15serde = { version = "1.0.123", features = [ "derive" ]}
15serde_yaml = "0.8.15" 16serde_yaml = "0.8.15"
16cortex-m-rt = { version = "0.6.8", optional = true }
17 17
18[features] 18[features]
19rt = ["cortex-m-rt/device"] 19rt = ["cortex-m-rt/device"]