Skip to content

Commit

Permalink
Merge pull request #27 from rursprung/dependabot/cargo/examples/stm32…
Browse files Browse the repository at this point in the history
…f4-event-printer/stm32f4xx-hal-0.19.0

Bump stm32f4xx-hal from 0.18.0 to 0.19.0 in /examples/stm32f4-event-printer
  • Loading branch information
rursprung authored Dec 11, 2023
2 parents ec8b811 + 70aa4bd commit 1a0fdb5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions examples/stm32f4-event-printer/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-event-printer/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.18", features = ["stm32f401", "rtic", "rtic-monotonic"] }
stm32f4xx-hal = { version = "0.19", features = ["stm32f401", "rtic", "rtic-monotonic"] }

fugit = "0.3"

Expand Down

0 comments on commit 1a0fdb5

Please sign in to comment.