aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot
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 /embassy-boot
parent902586a019eafc1ab63fe78f464c4d4fee43cc85 (diff)
Bump defmt-rtt to 0.4
Diffstat (limited to 'embassy-boot')
-rw-r--r--embassy-boot/stm32/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-boot/stm32/Cargo.toml b/embassy-boot/stm32/Cargo.toml
index 9d12c6cfd..2fc169b32 100644
--- a/embassy-boot/stm32/Cargo.toml
+++ b/embassy-boot/stm32/Cargo.toml
@@ -15,7 +15,7 @@ target = "thumbv7em-none-eabi"
15 15
16[dependencies] 16[dependencies]
17defmt = { version = "0.3", optional = true } 17defmt = { version = "0.3", optional = true }
18defmt-rtt = { version = "0.3", optional = true } 18defmt-rtt = { version = "0.4", optional = true }
19log = { version = "0.4", optional = true } 19log = { version = "0.4", optional = true }
20 20
21embassy-sync = { path = "../../embassy-sync" } 21embassy-sync = { path = "../../embassy-sync" }