diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-01-11 21:57:35 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-01-11 21:57:35 +0100 |
| commit | 75835f4c742a21d01cdeef8d0e7ca1c53e418105 (patch) | |
| tree | a7f3bac43d277a6c306de0041c6bc790fa6f8d34 | |
| parent | e18d6737212fe9a2a606cef210c64bf45ecc925c (diff) | |
Use released embedded-hal-mock.
| -rw-r--r-- | embassy-net-adin1110/Cargo.toml | 2 |
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" } | |||
| 21 | bitfield = "0.14.0" | 21 | bitfield = "0.14.0" |
| 22 | 22 | ||
| 23 | [dev-dependencies] | 23 | [dev-dependencies] |
| 24 | embedded-hal-mock = { git = "https://github.com/Dirbaio/embedded-hal-mock", rev = "e3c820094ea0fc71449916bd790d0e3d76f4c0e4", features = ["embedded-hal-async", "eh1"] } | 24 | embedded-hal-mock = { version = "0.10.0", features = ["embedded-hal-async", "eh1"] } |
| 25 | crc = "3.0.1" | 25 | crc = "3.0.1" |
| 26 | env_logger = "0.10" | 26 | env_logger = "0.10" |
| 27 | critical-section = { version = "1.1.2", features = ["std"] } | 27 | critical-section = { version = "1.1.2", features = ["std"] } |
