diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-06-01 15:53:44 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-06-01 15:53:44 +0200 |
| commit | 1f2097ab114218480485d40088bb84e9f553c690 (patch) | |
| tree | 97e1a4bc030566a8ff3a883f994f7429c69de9f0 | |
| parent | 4c03fdb0947d30896e6344e882d7217632a66ccd (diff) | |
cortex-m-rt is not a build dep
| -rw-r--r-- | stm32-metapac/Cargo.toml | 2 |
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] |
| 9 | cortex-m = "0.7.2" | 9 | cortex-m = "0.7.2" |
| 10 | cortex-m-rt = { version = "0.6.8", optional = true } | ||
| 10 | 11 | ||
| 11 | [build-dependencies] | 12 | [build-dependencies] |
| 12 | regex = "1.4.6" | 13 | regex = "1.4.6" |
| 13 | chiptool = { git = "https://github.com/embassy-rs/chiptool", rev = "86b77165078065058098e981d49d2dd213b2feba" } | 14 | chiptool = { git = "https://github.com/embassy-rs/chiptool", rev = "86b77165078065058098e981d49d2dd213b2feba" } |
| 14 | serde = { version = "1.0.123", features = [ "derive" ]} | 15 | serde = { version = "1.0.123", features = [ "derive" ]} |
| 15 | serde_yaml = "0.8.15" | 16 | serde_yaml = "0.8.15" |
| 16 | cortex-m-rt = { version = "0.6.8", optional = true } | ||
| 17 | 17 | ||
| 18 | [features] | 18 | [features] |
| 19 | rt = ["cortex-m-rt/device"] | 19 | rt = ["cortex-m-rt/device"] |
