diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-12-14 21:11:33 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-12-14 21:11:33 +0100 |
| commit | 98481c20fe44d5f0dea88675d08aa21c0fd8091c (patch) | |
| tree | d1911fb38b31a2023de774184ab3c5745d6f0e6e /embassy-net-adin1110 | |
| parent | 5ec2fbe3a2ce3234ed6477fe5923c3d2425b55a7 (diff) | |
use released embedded-hal-mock.
Diffstat (limited to 'embassy-net-adin1110')
| -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 adcdfe80f..b1582ac9b 100644 --- a/embassy-net-adin1110/Cargo.toml +++ b/embassy-net-adin1110/Cargo.toml | |||
| @@ -22,7 +22,7 @@ embassy-futures = { version = "0.1.0", path = "../embassy-futures" } | |||
| 22 | bitfield = "0.14.0" | 22 | bitfield = "0.14.0" |
| 23 | 23 | ||
| 24 | [dev-dependencies] | 24 | [dev-dependencies] |
| 25 | embedded-hal-mock = { git = "https://github.com/Dirbaio/embedded-hal-mock", rev = "b5a2274759a8c484f4fae71a22f8a083fdd9d5da", features = ["embedded-hal-async", "eh1"] } | 25 | embedded-hal-mock = { version = "0.10.0-rc.4", features = ["embedded-hal-async", "eh1"] } |
| 26 | crc = "3.0.1" | 26 | crc = "3.0.1" |
| 27 | env_logger = "0.10" | 27 | env_logger = "0.10" |
| 28 | critical-section = { version = "1.1.2", features = ["std"] } | 28 | critical-section = { version = "1.1.2", features = ["std"] } |
