cortex-m-rt is not a build dep

This commit is contained in:
Dario Nieuwenhuis 2021-06-01 15:53:44 +02:00
parent 4c03fdb094
commit 1f2097ab11

View File

@ -7,13 +7,13 @@ resolver = "2"
[dependencies]
cortex-m = "0.7.2"
cortex-m-rt = { version = "0.6.8", optional = true }
[build-dependencies]
regex = "1.4.6"
chiptool = { git = "https://github.com/embassy-rs/chiptool", rev = "86b77165078065058098e981d49d2dd213b2feba" }
serde = { version = "1.0.123", features = [ "derive" ]}
serde_yaml = "0.8.15"
cortex-m-rt = { version = "0.6.8", optional = true }
[features]
rt = ["cortex-m-rt/device"]