Skip to content

Commit 8fd21c0

Browse files
committed
Update usbd-serial to match.
1 parent 45fa021 commit 8fd21c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/usb/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ edition = "2018"
66
publish = false
77

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

1414
[dependencies.nrf52840-hal]
1515
path = "../../nrf52840-hal"

0 commit comments

Comments
 (0)