Skip to content

Commit

Permalink
Bump defmt from 0.3.5 to 0.3.6 in /rtic_v0.5/stm32f0_hid_mouse
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-print-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 Feb 12, 2024
1 parent 2b39a01 commit ea69773
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rtic_v0.5/stm32f0_hid_mouse/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 rtic_v0.5/stm32f0_hid_mouse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"

[dependencies]
embedded-hal = "1.0.0"
defmt = "0.3.5"
defmt = "0.3.6"
usb-device = "0.2.5"
usbd-hid = "0.6.1"
rtt-target = { version = "0.3.1", features = ["cortex-m"] }
Expand Down

0 comments on commit ea69773

Please sign in to comment.