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

@ -11,7 +11,7 @@ embassy-time = { version = "0.1.0", path = "../../embassy-time", features = ["de
embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["nightly", "defmt", "stm32l151cb-a", "time-driver-any", "memory-x"] }
defmt = "0.3"
defmt-rtt = "0.3"
defmt-rtt = "0.4"
cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] }
cortex-m-rt = "0.7.0"