diff options
Diffstat (limited to 'embassy-net-adin1110/Cargo.toml')
| -rw-r--r-- | embassy-net-adin1110/Cargo.toml | 8 |
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] |
| 13 | heapless = "0.7.16" | 13 | heapless = "0.7.16" |
| 14 | defmt = { version = "0.3", optional = true } | 14 | defmt = { version = "0.3", optional = true } |
| 15 | log = { version = "0.4.4", default-features = false, optional = true } | 15 | log = { version = "0.4", default-features = false, optional = true } |
| 16 | embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-rc.1" } | 16 | embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-rc.1" } |
| 17 | embedded-hal-async = { version = "=1.0.0-rc.1" } | 17 | embedded-hal-async = { version = "=1.0.0-rc.1" } |
| 18 | embedded-hal-bus = { version = "=0.1.0-rc.1", features = ["async"] } | 18 | embedded-hal-bus = { version = "=0.1.0-rc.1", features = ["async"] } |
| 19 | embassy-net-driver-channel = { version = "0.1.0", path = "../embassy-net-driver-channel" } | 19 | embassy-net-driver-channel = { version = "0.1.0", path = "../embassy-net-driver-channel" } |
| 20 | embassy-time = { version = "0.1.0" } | 20 | embassy-time = { version = "0.1.3" } |
| 21 | embassy-futures = { version = "0.1.0", path = "../embassy-futures" } | 21 | embassy-futures = { version = "0.1.0", path = "../embassy-futures" } |
| 22 | bitfield = "0.14.0" | 22 | bitfield = "0.14.0" |
| 23 | 23 | ||
| @@ -27,8 +27,8 @@ bitfield = "0.14.0" | |||
| 27 | embedded-hal-mock = { git = "https://github.com/newAM/embedded-hal-mock", branch = "eh1-rc.1", 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" | 28 | crc = "3.0.1" |
| 29 | env_logger = "0.10" | 29 | env_logger = "0.10" |
| 30 | critical-section = { version = "1.1.1", features = ["std"] } | 30 | critical-section = { version = "1.1.2", features = ["std"] } |
| 31 | futures-test = "0.3.17" | 31 | futures-test = "0.3.28" |
| 32 | 32 | ||
| 33 | [features] | 33 | [features] |
| 34 | default = [ ] | 34 | default = [ ] |
