Skip to content

Commit

Permalink
Update embedded-hal-mock requirement from =0.10.0 to =0.11.1
Browse files Browse the repository at this point in the history
Updates the requirements on [embedded-hal-mock](https://github.com/dbrgn/embedded-hal-mock) to permit the latest version.
- [Changelog](https://github.com/dbrgn/embedded-hal-mock/blob/main/CHANGELOG.md)
- [Commits](dbrgn/embedded-hal-mock@v0.10.0...v0.11.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent 1244f03 commit af88f4a
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 @@ -22,7 +22,7 @@ bit_field = "0.10.1"

[dev-dependencies]
embedded-graphics = "0.8"
embedded-hal-mock = { version = "=0.10.0", default-features = false, features = [
embedded-hal-mock = { version = "=0.11.1", default-features = false, features = [
"eh1",
] }

Expand Down

0 comments on commit af88f4a

Please sign in to comment.