From 4d71f432ad05cd8cce50b13cf6de6a1422f3b401 Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Mon, 22 Sep 2025 00:47:08 +0200 Subject: Update manifests to satisfy new checks. --- embassy-usb/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'embassy-usb') 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"] [features] defmt = ["dep:defmt", "embassy-usb-driver/defmt"] +log = ["dep:log"] usbd-hid = ["dep:usbd-hid", "dep:ssmarshal"] default = ["usbd-hid"] -- cgit