Skip to content

Commit

Permalink
Merge pull request #55 from rust-embedded-community/dependabot/cargo/…
Browse files Browse the repository at this point in the history
…examples/stm32f4-single-motor-example/defmt-0.3.10

Bump defmt from 0.3.8 to 0.3.10 in /examples/stm32f4-single-motor-example
  • Loading branch information
rursprung authored Jan 27, 2025
2 parents ea0dbac + bf490c7 commit 31752bb
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 19 deletions.
58 changes: 40 additions & 18 deletions examples/stm32f4-single-motor-example/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/stm32f4-single-motor-example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ panic-probe = { version = "0.3", features = ["print-defmt"] }

stm32f4xx-hal = { version = "0.22", features = ["stm32f401", "rtic1"] }

defmt = "0.3.6"
defmt = "0.3.10"
defmt-rtt = "0.4"

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

0 comments on commit 31752bb

Please sign in to comment.