Skip to content

Commit 4c283af

Browse files
dependabot[bot]rursprung
authored andcommitted
Bump defmt from 0.3.4 to 0.3.5 in /examples/stm32f4-single-motor-example
Bumps [defmt](https://github.com/knurling-rs/defmt) from 0.3.4 to 0.3.5. - [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.4...defmt-v0.3.5) --- updated-dependencies: - dependency-name: defmt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9c2ef08 commit 4c283af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/stm32f4-single-motor-example/Cargo.lock

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

examples/stm32f4-single-motor-example/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ panic-probe = { version = "0.3", features = ["print-defmt"] }
1111

1212
stm32f4xx-hal = { version = "0.16.0", features = ["stm32f401", "rtic", "rtic-monotonic"] }
1313

14-
defmt = "0.3.2"
14+
defmt = "0.3.5"
1515
defmt-rtt = "0.4"
1616

1717
# use `tb6612fng = "0.1"` in reality; path used here to ensure that the example always compiles against the latest master

0 commit comments

Comments
 (0)