Skip to content

Commit c4858d3

Browse files
committed
Bump cortex-m-rt dev dependency to not create errors with stm32f0 0.14
Signed-off-by: Daniel Egger <[email protected]>
1 parent 0c49a65 commit c4858d3

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
@@ -41,7 +41,7 @@ stm32-usbd = { version = "0.6", optional = true }
4141
bxcan = "0.4.0"
4242

4343
[dev-dependencies]
44-
cortex-m-rt = "0.6"
44+
cortex-m-rt = "0.7"
4545
panic-halt = "0.2"
4646
usb-device = "0.2.7"
4747
usbd-serial = "0.1.1"

0 commit comments

Comments
 (0)