Browse Source

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
dependabot[bot] 4 years ago committed by GitHub
parent
commit
b8ba9fea93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Cargo.toml

2
Cargo.toml

@ -23,7 +23,7 @@ bit_field = "0.10.1"
[dev-dependencies]
linux-embedded-hal = "0.3"
embedded-hal-mock = "0.7"
embedded-hal-mock = "0.8"
[features]
default = ["graphics"]

Loading…
Cancel
Save