diff options
| author | Alex Martens <[email protected]> | 2023-11-01 16:44:31 -0700 |
|---|---|---|
| committer | Alex Martens <[email protected]> | 2023-11-01 16:46:15 -0700 |
| commit | dcce8945afbf67658b34eb488d57adaa1adecac2 (patch) | |
| tree | 455cfe8eef43dd6a91a97c0bd11645f14f2fb2ce /embassy-net-adin1110 | |
| parent | d98c064bfe303038a8b0a465aa18d1c305c8a3bb (diff) | |
embedded-hal-mock: git -> 0.10.0-rc.1
Diffstat (limited to 'embassy-net-adin1110')
| -rw-r--r-- | embassy-net-adin1110/Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/embassy-net-adin1110/Cargo.toml b/embassy-net-adin1110/Cargo.toml index a781f3bd0..08c6aabd3 100644 --- a/embassy-net-adin1110/Cargo.toml +++ b/embassy-net-adin1110/Cargo.toml | |||
| @@ -22,9 +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 | # reenable when https://github.com/dbrgn/embedded-hal-mock/pull/86 is merged. | 25 | embedded-hal-mock = { version = "=0.10.0-rc.1", features = ["embedded-hal-async", "eh1"] } |
| 26 | #embedded-hal-mock = { git = "https://github.com/dbrgn/embedded-hal-mock", branch = "1-alpha", features = ["embedded-hal-async", "eh1"] }] } | ||
| 27 | embedded-hal-mock = { git = "https://github.com/newAM/embedded-hal-mock", branch = "eh1-rc.1", features = ["embedded-hal-async", "eh1"] } | ||
| 28 | crc = "3.0.1" | 26 | crc = "3.0.1" |
| 29 | env_logger = "0.10" | 27 | env_logger = "0.10" |
| 30 | critical-section = { version = "1.1.2", features = ["std"] } | 28 | critical-section = { version = "1.1.2", features = ["std"] } |
