Skip to content

Commit

Permalink
Bump stm32f4xx-hal from 0.19.0 to 0.20.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.19.0 to 0.20.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.19.0...v0.20.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 Jan 17, 2024
1 parent b1b6108 commit 06e28e0
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 9 deletions.
32 changes: 24 additions & 8 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.19"
version = "0.20"
features = ["stm32f446"]

0 comments on commit 06e28e0

Please sign in to comment.