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.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-usb-dfu/Cargo.toml b/embassy-usb-dfu/Cargo.toml
index e70ab970e..4f952a047 100644
--- a/embassy-usb-dfu/Cargo.toml
+++ b/embassy-usb-dfu/Cargo.toml
@@ -1,5 +1,5 @@
1[package] 1[package]
2edition = "2021" 2edition = "2024"
3name = "embassy-usb-dfu" 3name = "embassy-usb-dfu"
4version = "0.2.0" 4version = "0.2.0"
5description = "An implementation of the USB DFU 1.1 protocol, using embassy-boot" 5description = "An implementation of the USB DFU 1.1 protocol, using embassy-boot"
@@ -35,7 +35,7 @@ features = ["defmt", "cortex-m", "dfu"]
35defmt = { version = "1.0.1", optional = true } 35defmt = { version = "1.0.1", optional = true }
36log = { version = "0.4.17", optional = true } 36log = { version = "0.4.17", optional = true }
37 37
38bitflags = "2.4.1" 38bitflags = "2.10.0"
39cortex-m = { version = "0.7.7", features = ["inline-asm"], optional = true } 39cortex-m = { version = "0.7.7", features = ["inline-asm"], optional = true }
40embassy-boot = { version = "0.6.1", path = "../embassy-boot" } 40embassy-boot = { version = "0.6.1", path = "../embassy-boot" }
41embassy-futures = { version = "0.1.2", path = "../embassy-futures" } 41embassy-futures = { version = "0.1.2", path = "../embassy-futures" }