Skip to content

Commit

Permalink
Updated embedded-hal-mock version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
asasine committed May 31, 2024
1 parent c2de13b commit 251d00d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,8 @@ uom = { version = "0.36.0", default-features = false, features = ["f32", "si", "

[dev-dependencies]
defmt = { version = "0.3.8", features = [ "unstable-test" ] }
embedded-hal-mock = { version = "0.10.0", default-features = false, features = [
embedded-hal-mock = { version = "0.11.0", default-features = false, features = [
"eh1",
"embedded-hal-async",
] }
tokio = { version = "1.37.0", features = ["macros", "rt"] }

[patch.crates-io]
# Until https://github.com/dbrgn/embedded-hal-mock/pull/119 is released (async I2C mock)
embedded-hal-mock = { git = "https://github.com/dbrgn/embedded-hal-mock" }

0 comments on commit 251d00d

Please sign in to comment.