diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-06-12 00:56:24 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-12 00:56:24 +0200 |
| commit | 3353f59a431828083402126752da53294444f14c (patch) | |
| tree | b815f949670e8e740d79657ca4c091dd37bf6948 /examples/std | |
| parent | def8870cbb5574a6ae53233602d1bcc9f04590ba (diff) | |
| parent | 890e93f367cebc3a93fccf89ee3d702ba416fe34 (diff) | |
Merge pull request #243 from embassy-rs/update-smoltcp
UPdate smoltcp
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 22ffc8937..466814850 100644 --- a/examples/std/Cargo.toml +++ b/examples/std/Cargo.toml | |||
| @@ -8,7 +8,7 @@ version = "0.1.0" | |||
| 8 | embassy = { version = "0.1.0", path = "../../embassy", features = ["log"] } | 8 | embassy = { version = "0.1.0", path = "../../embassy", features = ["log"] } |
| 9 | embassy-std = { version = "0.1.0", path = "../../embassy-std" } | 9 | embassy-std = { version = "0.1.0", path = "../../embassy-std" } |
| 10 | embassy-net = { version = "0.1.0", path = "../../embassy-net", features=["std", "log", "medium-ethernet", "tcp", "dhcpv4"] } | 10 | embassy-net = { version = "0.1.0", path = "../../embassy-net", features=["std", "log", "medium-ethernet", "tcp", "dhcpv4"] } |
| 11 | smoltcp = { git = "https://github.com/smoltcp-rs/smoltcp", rev="ec59aba5e10cf91df0c9253d9c2aca4dd143d2ff", default-features = false } | 11 | smoltcp = { git = "https://github.com/smoltcp-rs/smoltcp", rev="e4241510337e095b9d21136c5f58b2eaa1b78479", default-features = false } |
| 12 | 12 | ||
| 13 | async-io = "1.3.1" | 13 | async-io = "1.3.1" |
| 14 | env_logger = "0.8.2" | 14 | env_logger = "0.8.2" |
