Skip to content

Commit

Permalink
Bump defmt from 0.3.6 to 0.3.7 in /examples/stm32f4-event-printer
Browse files Browse the repository at this point in the history
Bumps [defmt](https://github.com/knurling-rs/defmt) from 0.3.6 to 0.3.7.
- [Release notes](https://github.com/knurling-rs/defmt/releases)
- [Changelog](https://github.com/knurling-rs/defmt/blob/main/CHANGELOG.md)
- [Commits](knurling-rs/defmt@defmt-v0.3.6...defmt-v0.3.7)

---
updated-dependencies:
- dependency-name: defmt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent a340f5f commit dc52d3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/stm32f4-event-printer/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-event-printer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ stm32f4xx-hal = { version = "0.19", features = ["stm32f401", "rtic", "rtic-monot

fugit = "0.3"

defmt = "0.3.6"
defmt = "0.3.7"
defmt-rtt = "0.4"

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

0 comments on commit dc52d3f

Please sign in to comment.