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

@ -15,7 +15,7 @@ target = "thumbv7em-none-eabi"
[dependencies]
defmt = { version = "0.3", optional = true }
defmt-rtt = { version = "0.3", optional = true }
defmt-rtt = { version = "0.4", optional = true }
log = { version = "0.4", optional = true }
embassy-sync = { path = "../../embassy-sync" }