aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/bootloader/stm32
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2022-11-29 21:15:24 +0100
committerDario Nieuwenhuis <[email protected]>2022-11-29 21:15:24 +0100
commit1dcb0ea1f5dbd9357c7c05627f06abbcaaedd134 (patch)
treee60da63272735124942718dd9b2ebd685bf74fc2 /examples/boot/bootloader/stm32
parent902586a019eafc1ab63fe78f464c4d4fee43cc85 (diff)
Bump defmt-rtt to 0.4
Diffstat (limited to 'examples/boot/bootloader/stm32')
-rw-r--r--examples/boot/bootloader/stm32/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/boot/bootloader/stm32/Cargo.toml b/examples/boot/bootloader/stm32/Cargo.toml
index 4ddd1c99c..be659e02a 100644
--- a/examples/boot/bootloader/stm32/Cargo.toml
+++ b/examples/boot/bootloader/stm32/Cargo.toml
@@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
7 7
8[dependencies] 8[dependencies]
9defmt = { version = "0.3", optional = true } 9defmt = { version = "0.3", optional = true }
10defmt-rtt = { version = "0.3", optional = true } 10defmt-rtt = { version = "0.4", optional = true }
11 11
12embassy-stm32 = { path = "../../../../embassy-stm32", default-features = false, features = ["nightly"] } 12embassy-stm32 = { path = "../../../../embassy-stm32", default-features = false, features = ["nightly"] }
13embassy-boot-stm32 = { path = "../../../../embassy-boot/stm32", default-features = false } 13embassy-boot-stm32 = { path = "../../../../embassy-boot/stm32", default-features = false }