Skip to content

Commit

Permalink
build(deps): update embedded-hal-bus requirement from 0.1 to 0.3
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.1.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 27, 2025
1 parent d1782c6 commit 7f5ee37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avr-hal-generic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ paste = "1.0.0"
avr-device = "0.7"
embedded-storage = "0.2"
embedded-hal = "1.0"
embedded-hal-bus = "0.1"
embedded-hal-bus = "0.3"
unwrap-infallible = "0.1.5"

[dependencies.embedded-hal-v0]
Expand Down

0 comments on commit 7f5ee37

Please sign in to comment.