Merge pull request #1 from jannic/pr1

Upgrade dependency on defmt to 0.2.0
This commit is contained in:
9names
2021-09-08 00:48:48 +10:00
committed by GitHub

View File

@@ -11,8 +11,8 @@ cortex-m-rt = "0.6.15"
embedded-hal = { version = "0.2.5", features=["unproven"] }
embedded-time = "0.12.0"
defmt = "0.1.3"
defmt-rtt = "0.1.0"
defmt = "0.2.0"
defmt-rtt = "0.2.0"
panic-probe = "0.1.0"
rp2040-hal = { git = "https://github.com/rp-rs/rp-hal", branch="main", features=["rt"] }