Skip to content

Commit 88f74c3

Browse files
committed
bump defmt to v0.2.0
1 parent ce8341a commit 88f74c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nrf52840-hal-tests/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ harness = false
2626

2727
[dev-dependencies]
2828
cortex-m = "0.7.0"
29-
defmt = "0.1.3"
30-
defmt-rtt = "0.1.0"
31-
defmt-test = "0.1.1"
29+
defmt = "0.2.0"
30+
defmt-rtt = "0.2.0"
31+
defmt-test = "0.2.0"
3232
nrf52840-hal = { path = "../nrf52840-hal" }
33-
panic-probe = { version = "0.1.0", features = ["print-defmt"] }
33+
panic-probe = { version = "0.2.0", features = ["print-defmt"] }
3434

3535
[features]
3636
# enable all defmt logging levels

0 commit comments

Comments
 (0)