Skip to content

Commit bbdd9b4

Browse files
eldruinrursprung
authored andcommitted
exclude e-h 0.2 dependency coming from mock
1 parent 973c337 commit bbdd9b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ embedded-hal = "1.0"
2020
defmt = { version = "0.3", optional = true }
2121

2222
[dev-dependencies]
23-
embedded-hal-mock = "0.11"
23+
embedded-hal-mock = { version = "0.11", default-features = false, features = ["eh1"] }

0 commit comments

Comments
 (0)