Skip to content

Commit c0e6fc1

Browse files
committed
example: update to defmt v1.0
this was intentionally done in a separate commit to make it clear that the library update is non-breaking.
1 parent 4576233 commit c0e6fc1

File tree

2 files changed

+50
-28
lines changed

2 files changed

+50
-28
lines changed

examples/stm32f4-event-printer/Cargo.lock

+47-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/stm32f4-event-printer/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ license = "MIT OR Apache-2.0"
77
[dependencies]
88
cortex-m = { version = "0.7", features = ["critical-section-single-core"]}
99
cortex-m-rtic = "1.1.4"
10-
panic-probe = { version = "0.3", features = ["print-defmt"] }
10+
panic-probe = { version = "1.0", features = ["print-defmt"] }
1111

1212
stm32f4xx-hal = { version = "0.19", features = ["stm32f401", "rtic", "rtic-monotonic"] }
1313

1414
fugit = "0.3"
1515

16-
defmt = "0.3.6"
17-
defmt-rtt = "0.4"
16+
defmt = "1.0"
17+
defmt-rtt = "1.0"
1818

1919
# use `adafruit-bluefruit-protocol = "0.1"` in reality; path used here to ensure that the example always compiles against the latest master
2020
adafruit-bluefruit-protocol = { path = "../..", features = ["defmt"] }

0 commit comments

Comments
 (0)