Skip to content

Commit

Permalink
Bump stm32f4xx-hal from 0.21.0 to 0.22.0
Browse files Browse the repository at this point in the history
Bumps [stm32f4xx-hal](https://github.com/stm32-rs/stm32f4xx-hal) from 0.21.0 to 0.22.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.21.0...v0.22.0)

---
updated-dependencies:
- dependency-name: stm32f4xx-hal
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 11, 2024
1 parent e7ba047 commit a9f2f86
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 9 deletions.
70 changes: 62 additions & 8 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ enc424j600 = "0.4"
embedded-hal = "1"
smoltcp-nal = { version = "0.5", features=["shared-stack"] }
serial-settings = "0.1"
stm32f4xx-hal = {version = "0.21.0", features = ["stm32f407", "usb_fs"] }
stm32f4xx-hal = {version = "0.22.0", features = ["stm32f407", "usb_fs"] }

postcard = "1"

Expand Down

0 comments on commit a9f2f86

Please sign in to comment.