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

@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0"
cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] }
cortex-m-rt = "0.7.0"
defmt = "0.3"
defmt-rtt = "0.3"
defmt-rtt = "0.4"
panic-probe = "0.3"
embassy-sync = { version = "0.1.0", path = "../../embassy-sync", features = ["defmt"] }
embassy-executor = { version = "0.1.0", path = "../../embassy-executor", features = ["defmt", "integrated-timers"] }