Update Rust crate usbd-serial to 0.2.0 #44
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ embedded-time = "0.12.1"
|
||||||
panic-probe = { version = "0.3.1", features = ["print-defmt"] }
|
panic-probe = { version = "0.3.1", features = ["print-defmt"] }
|
||||||
|
|
||||||
usb-device= "0.3.0"
|
usb-device= "0.3.0"
|
||||||
usbd-serial = "0.1.1"
|
usbd-serial = "0.2.0"
|
||||||
|
|
||||||
# We're using a Pico by default on this template
|
# We're using a Pico by default on this template
|
||||||
rp-pico = "0.8.0"
|
rp-pico = "0.8.0"
|
||||||
|
|
Loading…
Reference in a new issue