aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb-dfu
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-usb-dfu')
-rw-r--r--embassy-usb-dfu/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/embassy-usb-dfu/Cargo.toml b/embassy-usb-dfu/Cargo.toml
index 267e412c0..ca87bcb62 100644
--- a/embassy-usb-dfu/Cargo.toml
+++ b/embassy-usb-dfu/Cargo.toml
@@ -26,9 +26,11 @@ flavors = [
26features = ["defmt", "cortex-m", "dfu"] 26features = ["defmt", "cortex-m", "dfu"]
27 27
28[dependencies] 28[dependencies]
29defmt = { version = "0.3.5", optional = true }
30log = { version = "0.4.17", optional = true }
31
29bitflags = "2.4.1" 32bitflags = "2.4.1"
30cortex-m = { version = "0.7.7", features = ["inline-asm"], optional = true } 33cortex-m = { version = "0.7.7", features = ["inline-asm"], optional = true }
31defmt = { version = "0.3.5", optional = true }
32embassy-boot = { version = "0.2.0", path = "../embassy-boot" } 34embassy-boot = { version = "0.2.0", path = "../embassy-boot" }
33embassy-futures = { version = "0.1.1", path = "../embassy-futures" } 35embassy-futures = { version = "0.1.1", path = "../embassy-futures" }
34embassy-sync = { version = "0.6.0", path = "../embassy-sync" } 36embassy-sync = { version = "0.6.0", path = "../embassy-sync" }