aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb-dfu/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-usb-dfu/Cargo.toml')
-rw-r--r--embassy-usb-dfu/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-usb-dfu/Cargo.toml b/embassy-usb-dfu/Cargo.toml
index b0eb917e6..1ca5fea42 100644
--- a/embassy-usb-dfu/Cargo.toml
+++ b/embassy-usb-dfu/Cargo.toml
@@ -18,7 +18,7 @@ categories = [
18bitflags = "2.4.1" 18bitflags = "2.4.1"
19cortex-m = { version = "0.7.7", features = ["inline-asm"], optional = true } 19cortex-m = { version = "0.7.7", features = ["inline-asm"], optional = true }
20defmt = { version = "0.3.5", optional = true } 20defmt = { version = "0.3.5", optional = true }
21embassy-boot = { version = "0.1.1", path = "../embassy-boot" } 21embassy-boot = { version = "0.2.0", path = "../embassy-boot" }
22# embassy-embedded-hal = { version = "0.1.0", path = "../embassy-embedded-hal" } 22# embassy-embedded-hal = { version = "0.1.0", path = "../embassy-embedded-hal" }
23embassy-futures = { version = "0.1.1", path = "../embassy-futures" } 23embassy-futures = { version = "0.1.1", path = "../embassy-futures" }
24embassy-sync = { version = "0.5.0", path = "../embassy-sync" } 24embassy-sync = { version = "0.5.0", path = "../embassy-sync" }