Skip to content

Commit

Permalink
Bump embedded-hal from 0.2.7 to 1.0.0 in /rtic_v0.5/stm32f3_blinky
Browse files Browse the repository at this point in the history
Bumps [embedded-hal](https://github.com/rust-embedded/embedded-hal) from 0.2.7 to 1.0.0.
- [Release notes](https://github.com/rust-embedded/embedded-hal/releases)
- [Commits](rust-embedded/embedded-hal@v0.2.7...embedded-hal-v1.0.0)

---
updated-dependencies:
- dependency-name: embedded-hal
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and AfoHT committed Jan 17, 2024
1 parent 2cc7b23 commit 0f444a2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions rtic_v0.5/stm32f3_blinky/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_v0.5/stm32f3_blinky/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version = "0.1.0"
panic-halt = "0.2"
panic-semihosting = "0.6"
cortex-m-semihosting = "0.5.0"
embedded-hal = "0.2.7"
embedded-hal = "1.0.0"
cortex-m-rtic = { version = "0.5.9", default-features = false, features = ["cortex-m-7"] }

[dependencies.stm32f3xx-hal]
Expand Down

0 comments on commit 0f444a2

Please sign in to comment.