Skip to content

Commit

Permalink
Update embedded-hal requirement from 0.2.2 to 1.0.0
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.2...embedded-hal-v1.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 25, 2024
1 parent 726f677 commit 56471d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
embedded-hal = "0.2.2"
embedded-hal = "1.0.0"
nb = "1.0.0"
usb-device = "0.3.2"

Expand Down

0 comments on commit 56471d7

Please sign in to comment.