Skip to content

Commit

Permalink
Merge pull request #20 from rursprung/dependabot/cargo/stm32f4xx-hal-…
Browse files Browse the repository at this point in the history
…0.19.0

Bump stm32f4xx-hal from 0.18.0 to 0.19.0
  • Loading branch information
rursprung authored Dec 18, 2023
2 parents 5b6df27 + 376fb08 commit ab11fd0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 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 @@ -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"] }

vl53l1x-uld = "2.0.1"

Expand Down

0 comments on commit ab11fd0

Please sign in to comment.