Bump defmt-rtt to 0.4

This commit is contained in:
Dario Nieuwenhuis
2022-11-29 21:15:24 +01:00
parent 902586a019
commit 1dcb0ea1f5
31 changed files with 31 additions and 31 deletions

View File

@ -20,7 +20,7 @@ embassy-time = { version = "0.1.0", path = "../../embassy-time", features = ["de
embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["nightly", "defmt", "unstable-pac", "memory-x", "time-driver-tim2"] }
defmt = "0.3.0"
defmt-rtt = "0.3.0"
defmt-rtt = "0.4"
cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] }
cortex-m-rt = "0.7.0"