usbd-hid: 0.5.2 -> 0.6.0

This commit is contained in:
Alex Martens
2022-09-04 10:00:02 -07:00
parent 6264fe39a5
commit f66f20b1ce
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ embassy-usb-serial = { version = "0.1.0", path = "../../embassy-usb-serial", fea
embassy-usb-hid = { version = "0.1.0", path = "../../embassy-usb-hid", features = ["defmt"] }
embassy-usb-ncm = { version = "0.1.0", path = "../../embassy-usb-ncm", features = ["defmt"] }
embassy-net = { version = "0.1.0", path = "../../embassy-net", features = ["defmt", "nightly", "tcp", "dhcpv4", "medium-ethernet", "pool-16"] }
usbd-hid = "0.5.2"
usbd-hid = "0.6.0"
defmt = "0.3"
defmt-rtt = "0.3"