Skip to content

Commit

Permalink
fix(deps): update embedded-hal-bus requirement in /tests/stm32f072
Browse files Browse the repository at this point in the history
Updates the requirements on [embedded-hal-bus](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@embedded-hal-bus-v0.2.0...embedded-hal-bus-v0.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2025
1 parent 7321443 commit 9aeb813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ edition = "2021"

[dependencies]
tmag5273 = { path = "../" }
embedded-hal-bus = { version = "0.2.0" }
embedded-hal-bus = { version = "0.3.0" }
embedded-hal = { version = "1.0.0" }
arbitrary-int = "1.2.7"

0 comments on commit 9aeb813

Please sign in to comment.