Skip to content

Commit 4d7f952

Browse files
committed
bump: panic-probe and defmt to 0.3
1 parent bfd06fc commit 4d7f952

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

neotron-bmc-nucleo/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ version = "0.2.0"
77
[dependencies]
88
cortex-m = "0.7.1"
99
cortex-m-rt = "0.7"
10-
defmt = "0.2.0"
11-
defmt-rtt = "0.2.0"
10+
defmt = "0.3.0"
11+
defmt-rtt = "0.3.0"
1212
cortex-m-rtic = "1.0"
13-
panic-probe = { version = "0.2.0", features = ["print-defmt"] }
13+
panic-probe = { version = "0.3.0", features = ["print-defmt"] }
1414
stm32f4xx-hal = { version = "0.11", features = ["stm32f401", "rt"] }
1515
debouncr = "0.2"
1616
heapless= "0.7"

0 commit comments

Comments
 (0)