Skip to content

Commit

Permalink
Bump panic-probe
Browse files Browse the repository at this point in the history
Bumps [panic-probe](https://github.com/knurling-rs/defmt) from 0.3.1 to 0.3.2.
- [Release notes](https://github.com/knurling-rs/defmt/releases)
- [Changelog](https://github.com/knurling-rs/defmt/blob/main/CHANGELOG.md)
- [Commits](knurling-rs/defmt@panic-probe-v0.3.1...panic-probe-v0.3.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 15, 2024
1 parent 0884e31 commit de7921d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.

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

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
cortex-m-rt = "0.7.3"
panic-probe = { version = "0.3.0", features = ["print-rtt"] }
panic-probe = { version = "0.3.2", features = ["print-rtt"] }
embedded-hal = "0.2.7"
rtt-target = "0.5.0"
lsm303agr = "1.0.0"
Expand Down

0 comments on commit de7921d

Please sign in to comment.