aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-01-11 21:57:35 +0100
committerDario Nieuwenhuis <[email protected]>2024-01-11 21:57:35 +0100
commit75835f4c742a21d01cdeef8d0e7ca1c53e418105 (patch)
treea7f3bac43d277a6c306de0041c6bc790fa6f8d34
parente18d6737212fe9a2a606cef210c64bf45ecc925c (diff)
Use released embedded-hal-mock.
-rw-r--r--embassy-net-adin1110/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-net-adin1110/Cargo.toml b/embassy-net-adin1110/Cargo.toml
index 52b89fce9..ad7fd819e 100644
--- a/embassy-net-adin1110/Cargo.toml
+++ b/embassy-net-adin1110/Cargo.toml
@@ -21,7 +21,7 @@ embassy-futures = { version = "0.1.0", path = "../embassy-futures" }
21bitfield = "0.14.0" 21bitfield = "0.14.0"
22 22
23[dev-dependencies] 23[dev-dependencies]
24embedded-hal-mock = { git = "https://github.com/Dirbaio/embedded-hal-mock", rev = "e3c820094ea0fc71449916bd790d0e3d76f4c0e4", features = ["embedded-hal-async", "eh1"] } 24embedded-hal-mock = { version = "0.10.0", features = ["embedded-hal-async", "eh1"] }
25crc = "3.0.1" 25crc = "3.0.1"
26env_logger = "0.10" 26env_logger = "0.10"
27critical-section = { version = "1.1.2", features = ["std"] } 27critical-section = { version = "1.1.2", features = ["std"] }