Update embedded-hal-mock requirement from 0.7 to 0.8 (#84)
Updates the requirements on [embedded-hal-mock](https://github.com/dbrgn/embedded-hal-mock) to permit the latest version. - [Release notes](https://github.com/dbrgn/embedded-hal-mock/releases) - [Changelog](https://github.com/dbrgn/embedded-hal-mock/blob/master/CHANGELOG.md) - [Commits](https://github.com/dbrgn/embedded-hal-mock/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: embedded-hal-mock dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>main
parent
493cbd9394
commit
b8ba9fea93
|
|
@ -23,7 +23,7 @@ bit_field = "0.10.1"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
linux-embedded-hal = "0.3"
|
linux-embedded-hal = "0.3"
|
||||||
embedded-hal-mock = "0.7"
|
embedded-hal-mock = "0.8"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["graphics"]
|
default = ["graphics"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue