diff --git a/Cargo.toml b/Cargo.toml index 55d682a7..41a7cf76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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", ] }