diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-10-03 22:15:02 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-10-04 00:10:55 +0200 |
| commit | 0324cee0ca9caf40a43583367fe7ff0448d0f35f (patch) | |
| tree | 782dcf67fa9b0dacd637c588d4160544d38fe6e5 /examples/std | |
| parent | 8ac5c1a9635c72d80a173fbc4bc7d5753cbdbecd (diff) | |
update embedded-io, embedded-nal-async.
Diffstat (limited to 'examples/std')
| -rw-r--r-- | examples/std/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/std/Cargo.toml b/examples/std/Cargo.toml index e54f36980..52e68381a 100644 --- a/examples/std/Cargo.toml +++ b/examples/std/Cargo.toml | |||
| @@ -11,8 +11,8 @@ embassy-time = { version = "0.1.3", path = "../../embassy-time", features = ["lo | |||
| 11 | embassy-net = { version = "0.1.0", path = "../../embassy-net", features=[ "std", "nightly", "log", "medium-ethernet", "medium-ip", "tcp", "udp", "dns", "dhcpv4", "proto-ipv6"] } | 11 | embassy-net = { version = "0.1.0", path = "../../embassy-net", features=[ "std", "nightly", "log", "medium-ethernet", "medium-ip", "tcp", "udp", "dns", "dhcpv4", "proto-ipv6"] } |
| 12 | embassy-net-tuntap = { version = "0.1.0", path = "../../embassy-net-tuntap" } | 12 | embassy-net-tuntap = { version = "0.1.0", path = "../../embassy-net-tuntap" } |
| 13 | embassy-net-ppp = { version = "0.1.0", path = "../../embassy-net-ppp", features = ["log"]} | 13 | embassy-net-ppp = { version = "0.1.0", path = "../../embassy-net-ppp", features = ["log"]} |
| 14 | embedded-io-async = { version = "0.5.0" } | 14 | embedded-io-async = { version = "0.6.0" } |
| 15 | embedded-io-adapters = { version = "0.5.0", features = ["futures-03"] } | 15 | embedded-io-adapters = { version = "0.6.0", features = ["futures-03"] } |
| 16 | critical-section = { version = "1.1", features = ["std"] } | 16 | critical-section = { version = "1.1", features = ["std"] } |
| 17 | smoltcp = { version = "0.10.0", features = ["dns-max-server-count-4"] } | 17 | smoltcp = { version = "0.10.0", features = ["dns-max-server-count-4"] } |
| 18 | 18 | ||
