Skip to content

Commit 9d511a7

Browse files
committed
Downgrade cortex-m-rt in example.
0.7.4 was yanked.
1 parent 20f8fae commit 9d511a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/usb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2018"
66
publish = false
77

88
[dependencies]
9-
cortex-m-rt = "0.7.4"
9+
cortex-m-rt = "0.7.3"
1010
panic-semihosting = "0.6.0"
1111
usb-device = "0.3.2"
1212
usbd-serial = "0.2.1"

0 commit comments

Comments
 (0)