aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-adin1110
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-net-adin1110')
-rw-r--r--embassy-net-adin1110/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/embassy-net-adin1110/Cargo.toml b/embassy-net-adin1110/Cargo.toml
index 26111c095..8de8eadea 100644
--- a/embassy-net-adin1110/Cargo.toml
+++ b/embassy-net-adin1110/Cargo.toml
@@ -12,12 +12,12 @@ edition = "2021"
12[dependencies] 12[dependencies]
13heapless = "0.7.16" 13heapless = "0.7.16"
14defmt = { version = "0.3", optional = true } 14defmt = { version = "0.3", optional = true }
15log = { version = "0.4.4", default-features = false, optional = true } 15log = { version = "0.4", default-features = false, optional = true }
16embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-rc.1" } 16embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-rc.1" }
17embedded-hal-async = { version = "=1.0.0-rc.1" } 17embedded-hal-async = { version = "=1.0.0-rc.1" }
18embedded-hal-bus = { version = "=0.1.0-rc.1", features = ["async"] } 18embedded-hal-bus = { version = "=0.1.0-rc.1", features = ["async"] }
19embassy-net-driver-channel = { version = "0.1.0", path = "../embassy-net-driver-channel" } 19embassy-net-driver-channel = { version = "0.1.0", path = "../embassy-net-driver-channel" }
20embassy-time = { version = "0.1.0" } 20embassy-time = { version = "0.1.3" }
21embassy-futures = { version = "0.1.0", path = "../embassy-futures" } 21embassy-futures = { version = "0.1.0", path = "../embassy-futures" }
22bitfield = "0.14.0" 22bitfield = "0.14.0"
23 23
@@ -27,8 +27,8 @@ bitfield = "0.14.0"
27embedded-hal-mock = { git = "https://github.com/newAM/embedded-hal-mock", branch = "eh1-rc.1", features = ["embedded-hal-async", "eh1"] } 27embedded-hal-mock = { git = "https://github.com/newAM/embedded-hal-mock", branch = "eh1-rc.1", features = ["embedded-hal-async", "eh1"] }
28crc = "3.0.1" 28crc = "3.0.1"
29env_logger = "0.10" 29env_logger = "0.10"
30critical-section = { version = "1.1.1", features = ["std"] } 30critical-section = { version = "1.1.2", features = ["std"] }
31futures-test = "0.3.17" 31futures-test = "0.3.28"
32 32
33[features] 33[features]
34default = [ ] 34default = [ ]