aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb-dfu
diff options
context:
space:
mode:
authorDániel Buga <[email protected]>2025-01-05 21:13:43 +0100
committerDániel Buga <[email protected]>2025-01-05 21:28:44 +0100
commit3c1e862f611190f93bbad1b3b115424acb5b4a05 (patch)
treede7b20dfe8a54f74eac616117af4a91d1ff86997 /embassy-usb-dfu
parent9f21cf627b12358d5fcfdcafdab93ee3588d85da (diff)
Prepare embassy-boot 0.4
Diffstat (limited to 'embassy-usb-dfu')
-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 baee0205e..e6522b04d 100644
--- a/embassy-usb-dfu/Cargo.toml
+++ b/embassy-usb-dfu/Cargo.toml
@@ -31,7 +31,7 @@ log = { version = "0.4.17", optional = true }
31 31
32bitflags = "2.4.1" 32bitflags = "2.4.1"
33cortex-m = { version = "0.7.7", features = ["inline-asm"], optional = true } 33cortex-m = { version = "0.7.7", features = ["inline-asm"], optional = true }
34embassy-boot = { version = "0.3.0", path = "../embassy-boot" } 34embassy-boot = { version = "0.4.0", path = "../embassy-boot" }
35embassy-futures = { version = "0.1.1", path = "../embassy-futures" } 35embassy-futures = { version = "0.1.1", path = "../embassy-futures" }
36embassy-sync = { version = "0.6.1", path = "../embassy-sync" } 36embassy-sync = { version = "0.6.1", path = "../embassy-sync" }
37embassy-time = { version = "0.4.0", path = "../embassy-time" } 37embassy-time = { version = "0.4.0", path = "../embassy-time" }