Merge pull request #53 from fnafnio/defmt-update

update defmt and defmt-rtt to 0.2.0
This commit is contained in:
Dario Nieuwenhuis
2021-02-26 00:30:00 +01:00
committed by GitHub
14 changed files with 30 additions and 33 deletions

View File

@ -32,7 +32,7 @@ stm32f479 = ["stm32f4xx-hal/stm32f469"]
[dependencies]
embassy = { version = "0.1.0", path = "../embassy" }
defmt = { version = "0.1.3", optional = true }
defmt = { version = "0.2.0", optional = true }
log = { version = "0.4.11", optional = true }
cortex-m-rt = "0.6.13"
cortex-m = "0.7.1"