Skip to content

Commit 72e8e25

Browse files
dependabot[bot]AfoHT
authored andcommitted
Bump stm32f4xx-hal in /rtic_v1/stm32f4_independent_watchdog
Bumps [stm32f4xx-hal](https://github.com/stm32-rs/stm32f4xx-hal) from 0.16.2 to 0.17.0. - [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.2...v0.17.0) --- updated-dependencies: - dependency-name: stm32f4xx-hal dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6b9b436 commit 72e8e25

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

rtic_v1/stm32f4_independent_watchdog/Cargo.lock

Lines changed: 13 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rtic_v1/stm32f4_independent_watchdog/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
cortex-m = { version = "0.7", features = ["critical-section-single-core"]}
88
cortex-m-rtic = "1.1"
99

10-
stm32f4xx-hal = { version = "0.16", features = ["stm32f401", "rtic"] }
10+
stm32f4xx-hal = { version = "0.17", features = ["stm32f401", "rtic"] }
1111

1212
panic-probe = { version = "0.3", features = ["print-defmt"] }
1313

0 commit comments

Comments
 (0)