Skip to content

Commit 3a50bdf

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 3883682 commit 3a50bdf

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

examples/stm32f4-single-motor-example/Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/stm32f4-single-motor-example/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ 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.22", features = ["stm32f401", "rtic1"] }
1313

14-
defmt = "0.3.10"
15-
defmt-rtt = "0.4"
14+
defmt = "1.0"
15+
defmt-rtt = "1.0"
1616

1717
# use `tb6612fng = "0.1"` in reality; path used here to ensure that the example always compiles against the latest master
1818
tb6612fng = { path = "../.." }

0 commit comments

Comments
 (0)