Skip to content

Commit 1ecb09c

Browse files
jonathanpallantthejpster
authored andcommitted
Bump defmt-rtt.
1 parent ca1511f commit 1ecb09c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

neotron-bmc-nucleo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "0.3.1"
88
cortex-m = { version = "0.7.1", features = ["critical-section-single-core"] }
99
cortex-m-rt = "0.7"
1010
defmt = "0.3.0"
11-
defmt-rtt = "0.3.0"
11+
defmt-rtt = "0.4"
1212
cortex-m-rtic = "1.0"
1313
panic-probe = { version = "0.3.0", features = ["print-defmt"] }
1414
stm32f4xx-hal = { version = "0.11", features = ["stm32f401", "rt"] }

neotron-bmc-pico/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cortex-m = { version = "0.7.5", features = ["inline-asm", "critical-section-sing
99
cortex-m-rtic = "1.0"
1010
debouncr = "0.2"
1111
defmt = "0.3"
12-
defmt-rtt = "0.3"
12+
defmt-rtt = "0.4"
1313
heapless= "0.7"
1414
panic-probe = { version = "0.3", features = ["print-defmt"] }
1515
stm32f0xx-hal = { version = "0.18", features = ["stm32f030x6", "rt"] }

0 commit comments

Comments
 (0)