aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-09-22 00:47:08 +0200
committerDario Nieuwenhuis <[email protected]>2025-09-22 00:47:08 +0200
commit4d71f432ad05cd8cce50b13cf6de6a1422f3b401 (patch)
tree64f0b12c8e356d825adbc83bb6153a228cae22e8 /embassy-usb
parentfd1c1635419f8281edda3892f08a91f0e315667a (diff)
Update manifests to satisfy new checks.
Diffstat (limited to 'embassy-usb')
-rw-r--r--embassy-usb/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-usb/Cargo.toml b/embassy-usb/Cargo.toml
index e309eec93..bff48c4a6 100644
--- a/embassy-usb/Cargo.toml
+++ b/embassy-usb/Cargo.toml
@@ -31,6 +31,7 @@ features = ["defmt", "usbd-hid"]
31 31
32[features] 32[features]
33defmt = ["dep:defmt", "embassy-usb-driver/defmt"] 33defmt = ["dep:defmt", "embassy-usb-driver/defmt"]
34log = ["dep:log"]
34usbd-hid = ["dep:usbd-hid", "dep:ssmarshal"] 35usbd-hid = ["dep:usbd-hid", "dep:ssmarshal"]
35default = ["usbd-hid"] 36default = ["usbd-hid"]
36 37