Skip to content

Commit

Permalink
Update embedded-hal requirement in /rtic_v1/stm32l4_heartbeat
Browse files Browse the repository at this point in the history
Updates the requirements on [embedded-hal](https://github.com/rust-embedded/embedded-hal) to permit the latest version.
- [Release notes](https://github.com/rust-embedded/embedded-hal/releases)
- [Commits](rust-embedded/embedded-hal@v0.2.6...embedded-hal-v1.0.0)

---
updated-dependencies:
- dependency-name: embedded-hal
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and AfoHT committed Jan 17, 2024
1 parent d381e1d commit fff482e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtic_v1/stm32l4_heartbeat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
embedded-hal = "0.2.6"
embedded-hal = "1.0.0"
cortex-m-rtic = "1.0.0"
stm32l4xx-hal = { version = "0.7.1", features = ["rt", "stm32l412"] }
heapless = "0.8.0"
Expand Down

0 comments on commit fff482e

Please sign in to comment.