diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-05-18 22:36:49 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-05-18 22:36:49 +0000 |
| commit | 240bef8c9f97998bd4639c714077b7aa59f5e7bc (patch) | |
| tree | 61b4eea36bc9cb9fd14a65610629faedb3399c82 /examples/std | |
| parent | 261043fc73831f166d9749e54e96e0586aebba19 (diff) | |
| parent | 47ceee47d56995c1028bc2509ede22830a121f8c (diff) | |
Merge #778
778: Update embedded-io to 0.3 r=Dirbaio a=Dirbaio
bors r+
Co-authored-by: Dario Nieuwenhuis <[email protected]>
Diffstat (limited to 'examples/std')
| -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 fa2a98a49..863760a45 100644 --- a/examples/std/Cargo.toml +++ b/examples/std/Cargo.toml | |||
| @@ -7,7 +7,7 @@ version = "0.1.0" | |||
| 7 | [dependencies] | 7 | [dependencies] |
| 8 | embassy = { version = "0.1.0", path = "../../embassy", features = ["log", "std", "time", "nightly"] } | 8 | embassy = { version = "0.1.0", path = "../../embassy", features = ["log", "std", "time", "nightly"] } |
| 9 | embassy-net = { version = "0.1.0", path = "../../embassy-net", features=["nightly", "std", "log", "medium-ethernet", "tcp", "dhcpv4", "pool-16"] } | 9 | embassy-net = { version = "0.1.0", path = "../../embassy-net", features=["nightly", "std", "log", "medium-ethernet", "tcp", "dhcpv4", "pool-16"] } |
| 10 | embedded-io = { version = "0.2.0", features = ["async", "std"] } | 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" |
| 13 | env_logger = "0.9.0" | 13 | env_logger = "0.9.0" |
