Skip to content

Commit

Permalink
Bump defmt from 0.3.5 to 0.3.6
Browse files Browse the repository at this point in the history
Bumps [defmt](https://github.com/knurling-rs/defmt) from 0.3.5 to 0.3.6.
- [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.5...defmt-v0.3.6)

---
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 Mar 10, 2024
1 parent 5f55f3e commit 839065e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sizing = []
# Cortex-M features
cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
# Debug logging
defmt = { version = "0.3.5", features = ["encoding-rzcobs"] }
defmt = { version = "0.3.6", features = ["encoding-rzcobs"] }
# Logging defmt over RTT
defmt-rtt = "0.4.0"
# Embedded-hal traits
Expand Down

0 comments on commit 839065e

Please sign in to comment.