Merge pull request #42 from knurling-rs/update-defmt-0.2.0

Update to defmt 0.2.0
This commit is contained in:
Johann Hemmann
2021-02-26 23:04:48 +01:00
committed by GitHub
7 changed files with 25 additions and 25 deletions
+4 -4
View File
@@ -9,11 +9,11 @@ version = "0.1.0"
members = ["testsuite"]
[dependencies]
cortex-m = "0.6.4"
cortex-m = "0.7.1"
cortex-m-rt = "0.6.13"
defmt = "0.1.2"
defmt-rtt = "0.1.0"
panic-probe = { version = "0.1.0", features = ["print-defmt"] }
defmt = "0.2.0"
defmt-rtt = "0.2.0"
panic-probe = { version = "0.2.0", features = ["print-defmt"] }
# TODO(4) enter your HAL here
# some-hal = "1.2.3"