aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb-dfu
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-dfu
parentfd1c1635419f8281edda3892f08a91f0e315667a (diff)
Update manifests to satisfy new checks.
Diffstat (limited to 'embassy-usb-dfu')
-rw-r--r--embassy-usb-dfu/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/embassy-usb-dfu/Cargo.toml b/embassy-usb-dfu/Cargo.toml
index 4a65c6895..e70ab970e 100644
--- a/embassy-usb-dfu/Cargo.toml
+++ b/embassy-usb-dfu/Cargo.toml
@@ -49,6 +49,9 @@ esp32c3-hal = { version = "0.13.0", optional = true, default-features = false }
49dfu = [] 49dfu = []
50application = [] 50application = []
51defmt = ["dep:defmt", "embassy-boot/defmt", "embassy-usb/defmt"] 51defmt = ["dep:defmt", "embassy-boot/defmt", "embassy-usb/defmt"]
52log = ["dep:log"]
53cortex-m = ["dep:cortex-m"]
54esp32c3-hal = ["dep:esp32c3-hal"]
52ed25519-dalek = ["embassy-boot/ed25519-dalek", "_verify"] 55ed25519-dalek = ["embassy-boot/ed25519-dalek", "_verify"]
53ed25519-salty = ["embassy-boot/ed25519-salty", "_verify"] 56ed25519-salty = ["embassy-boot/ed25519-salty", "_verify"]
54 57