aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f2/Cargo.toml
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/stm32f2/Cargo.toml
parent902586a019eafc1ab63fe78f464c4d4fee43cc85 (diff)
Bump defmt-rtt to 0.4
Diffstat (limited to 'examples/stm32f2/Cargo.toml')
-rw-r--r--examples/stm32f2/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32f2/Cargo.toml b/examples/stm32f2/Cargo.toml
index f6adda2a3..afaf9a0c9 100644
--- a/examples/stm32f2/Cargo.toml
+++ b/examples/stm32f2/Cargo.toml
@@ -11,7 +11,7 @@ embassy-time = { version = "0.1.0", path = "../../embassy-time", features = ["de
11embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["nightly", "defmt", "stm32f207zg", "unstable-pac", "memory-x", "time-driver-any", "exti"] } 11embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["nightly", "defmt", "stm32f207zg", "unstable-pac", "memory-x", "time-driver-any", "exti"] }
12 12
13defmt = "0.3" 13defmt = "0.3"
14defmt-rtt = "0.3" 14defmt-rtt = "0.4"
15 15
16cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] } 16cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] }
17cortex-m-rt = "0.7.0" 17cortex-m-rt = "0.7.0"