Skip to content

Commit c23640c

Browse files
committed
Make cortex-m-rt a dev-dependency only
1 parent 6a576da commit c23640c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ targets = ["thumbv6m-none-eabi"]
3333
bare-metal = { version = "0.2", features = ["const-fn"] }
3434
cast = { version = "0.2", default-features = false }
3535
cortex-m = "0.6"
36-
cortex-m-rt = "0.6"
3736
embedded-hal = { version = "0.2", features = ["unproven"] }
3837
stm32f0 = "0.10"
3938
nb = "0.1"
4039
void = { version = "1.0", default-features = false }
4140
stm32-usbd = { version = "0.5.0", features = ["ram_access_2x16"], optional = true }
4241

4342
[dev-dependencies]
43+
cortex-m-rt = "0.6"
4444
panic-halt = "0.2"
4545
usb-device = "0.2.3"
4646
usbd-serial = "0.1.0"

0 commit comments

Comments
 (0)