diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-08-11 14:17:11 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-08-11 14:17:11 +0000 |
| commit | 6ffca81a38d2c7f57da667ff49b4296c4eba78e2 (patch) | |
| tree | 43b1ce2ccac5bda85e805a87ec1e71e259f0a970 /examples/std/Cargo.toml | |
| parent | 6cae87ee5da4e137fa3990b81cdb53aeebc676e0 (diff) | |
| parent | ef473827a2beaca120f45fbe490f84a0be7d381d (diff) | |
Merge #880
880: Add UDP socket support r=Dirbaio a=arturkow2000
Co-authored-by: Artur Kowalski <[email protected]>
Co-authored-by: Artur Kowalski <[email protected]>
Diffstat (limited to 'examples/std/Cargo.toml')
| -rw-r--r-- | examples/std/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/std/Cargo.toml b/examples/std/Cargo.toml index 54499796b..427b93438 100644 --- a/examples/std/Cargo.toml +++ b/examples/std/Cargo.toml | |||
| @@ -6,7 +6,7 @@ version = "0.1.0" | |||
| 6 | [dependencies] | 6 | [dependencies] |
| 7 | embassy-util = { version = "0.1.0", path = "../../embassy-util", features = ["log"] } | 7 | embassy-util = { version = "0.1.0", path = "../../embassy-util", features = ["log"] } |
| 8 | embassy-executor = { version = "0.1.0", path = "../../embassy-executor", features = ["log", "std", "time", "nightly"] } | 8 | embassy-executor = { version = "0.1.0", path = "../../embassy-executor", features = ["log", "std", "time", "nightly"] } |
| 9 | embassy-net = { version = "0.1.0", path = "../../embassy-net", features=[ "std", "log", "medium-ethernet", "tcp", "dhcpv4", "pool-16"] } | 9 | embassy-net = { version = "0.1.0", path = "../../embassy-net", features=[ "std", "log", "medium-ethernet", "tcp", "udp", "dhcpv4", "pool-16"] } |
| 10 | embedded-io = { version = "0.3.0", features = ["async", "std", "futures"] } | 10 | embedded-io = { version = "0.3.0", features = ["async", "std", "futures"] } |
| 11 | 11 | ||
| 12 | async-io = "1.6.0" | 12 | async-io = "1.6.0" |
