Skip to content

Commit

Permalink
Merge pull request #49 from rust-embedded-community/dependabot/cargo/…
Browse files Browse the repository at this point in the history
…examples/stm32f4-single-motor-example/stm32f4xx-hal-0.21.0

Bump stm32f4xx-hal from 0.20.0 to 0.21.0 in /examples/stm32f4-single-motor-example
  • Loading branch information
rursprung authored Jun 5, 2024
2 parents 5a4f78c + 5aea134 commit 5b15407
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/stm32f4-single-motor-example/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 examples/stm32f4-single-motor-example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cortex-m = { version = "0.7", features = ["critical-section-single-core"]}
cortex-m-rtic = "1.1.4"
panic-probe = { version = "0.3", features = ["print-defmt"] }

stm32f4xx-hal = { version = "0.20.0", features = ["stm32f401", "rtic1"] }
stm32f4xx-hal = { version = "0.21.0", features = ["stm32f401", "rtic1"] }

defmt = "0.3.6"
defmt-rtt = "0.4"
Expand Down

0 comments on commit 5b15407

Please sign in to comment.