Skip to content

Commit 7fdadeb

Browse files
dependabot[bot]rursprung
authored andcommitted
Bump stm32f4xx-hal in /examples/stm32f4-single-motor-example
Bumps [stm32f4xx-hal](https://github.com/stm32-rs/stm32f4xx-hal) from 0.16.0 to 0.16.1. - [Release notes](https://github.com/stm32-rs/stm32f4xx-hal/releases) - [Changelog](https://github.com/stm32-rs/stm32f4xx-hal/blob/master/CHANGELOG.md) - [Commits](stm32-rs/stm32f4xx-hal@v0.16.0...v0.16.1) --- updated-dependencies: - dependency-name: stm32f4xx-hal dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4c283af commit 7fdadeb

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
@@ -9,7 +9,7 @@ cortex-m = { version = "0.7", features = ["critical-section-single-core"]}
99
cortex-m-rtic = "1.1.4"
1010
panic-probe = { version = "0.3", features = ["print-defmt"] }
1111

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

1414
defmt = "0.3.5"
1515
defmt-rtt = "0.4"

0 commit comments

Comments
 (0)