aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-usb/Cargo.toml')
-rw-r--r--embassy-usb/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-usb/Cargo.toml b/embassy-usb/Cargo.toml
index aeb7392f1..3d1e005e4 100644
--- a/embassy-usb/Cargo.toml
+++ b/embassy-usb/Cargo.toml
@@ -69,5 +69,5 @@ heapless = "0.8"
69embedded-io-async = "0.6.1" 69embedded-io-async = "0.6.1"
70 70
71# for HID 71# for HID
72usbd-hid = { version = "0.8.1", optional = true } 72usbd-hid = { version = "0.9.0", optional = true }
73ssmarshal = { version = "1.0", default-features = false, optional = true } 73ssmarshal = { version = "1.0", default-features = false, optional = true }