Skip to content

Commit 0dcfa8a

Browse files
authored
Merge pull request #42 from rust-embedded-community/dependabot/cargo/examples/stm32f4-single-motor-example/defmt-0.3.6
Bump defmt from 0.3.5 to 0.3.6 in /examples/stm32f4-single-motor-example
2 parents 29bbff1 + d0e7924 commit 0dcfa8a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ panic-probe = { version = "0.3", features = ["print-defmt"] }
1111

1212
stm32f4xx-hal = { version = "0.20.0", features = ["stm32f401", "rtic1"] }
1313

14-
defmt = "0.3.5"
14+
defmt = "0.3.6"
1515
defmt-rtt = "0.4"
1616

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

0 commit comments

Comments
 (0)