Skip to content

Commit

Permalink
Bump stm32f4xx-hal from 0.16.2 to 0.17.0 in /rtic_v1/stm32f4_pwm_monitor
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored and AfoHT committed Jul 25, 2023
1 parent e43f689 commit 79d4dc9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
18 changes: 13 additions & 5 deletions rtic_v1/stm32f4_pwm_monitor/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_v1/stm32f4_pwm_monitor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ version = "0.1.2"
features = ["cortex-m"]

[dependencies.stm32f4xx-hal]
version = "0.16"
version = "0.17"
features = ["stm32f446"]

0 comments on commit 79d4dc9

Please sign in to comment.