mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-23 12:41:31 +11:00
bump usb-device to 0.2.9
This commit is contained in:
parent
6dafcc1ac0
commit
60677df099
|
@ -16,7 +16,7 @@ rp2040-boot2 = { version = "0.2.0", optional = true }
|
|||
rp2040-hal = { path = "../../rp2040-hal", version = "0.5.0" }
|
||||
cortex-m-rt = { version = "0.7", optional = true }
|
||||
embedded-time = "0.12.0"
|
||||
usb-device= "0.2.8"
|
||||
usb-device= "0.2.9"
|
||||
usbd-serial = "0.1.1"
|
||||
usbd-hid = "0.5.1"
|
||||
futures = { version = "0.3", default-features = false, optional = true }
|
||||
|
|
|
@ -16,7 +16,7 @@ rp2040-boot2 = { version = "0.2.0", optional = true }
|
|||
rp2040-hal = { path = "../../rp2040-hal", version = "0.5.0" }
|
||||
cortex-m-rt = { version = "0.7", optional = true }
|
||||
embedded-time = "0.12.0"
|
||||
usb-device= "0.2.8"
|
||||
usb-device= "0.2.9"
|
||||
usbd-serial = "0.1.1"
|
||||
usbd-hid = "0.5.1"
|
||||
futures = { version = "0.3", default-features = false, optional = true }
|
||||
|
|
|
@ -21,7 +21,7 @@ rp2040-pac = "0.3.0"
|
|||
paste = "1.0"
|
||||
pio = "0.2.0"
|
||||
rp2040-hal-macros = { version = "0.1.0", path = "../rp2040-hal-macros" }
|
||||
usb-device = "0.2.8"
|
||||
usb-device = "0.2.9"
|
||||
vcell = "0.1"
|
||||
void = { version = "1.0.2", default-features = false }
|
||||
rand_core = "0.6.3"
|
||||
|
|
Loading…
Reference in a new issue