Skip to content

Commit 38cf29e

Browse files
Bump defmt from 0.3.5 to 0.3.6 in /examples/stm32f4-event-printer
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]>
1 parent fccd68e commit 38cf29e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/stm32f4-event-printer/Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/stm32f4-event-printer/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ stm32f4xx-hal = { version = "0.19", features = ["stm32f401", "rtic", "rtic-monot
1313

1414
fugit = "0.3"
1515

16-
defmt = "0.3.5"
16+
defmt = "0.3.6"
1717
defmt-rtt = "0.4"
1818

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

0 commit comments

Comments
 (0)