diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-04-12 20:14:26 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2022-04-13 17:46:27 +0200 |
| commit | e5a843dc062bcbd27e2a0e6b34334046522a881f (patch) | |
| tree | 8c2cc6745084fa3e456b5090e826502a96a2be5c /examples/std | |
| parent | 0d3758ad6bd290689c99eab029ef652176b538d7 (diff) | |
net: auto-enable defmt in smoltcp using namespaced features.
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 ef60fe992..0853c323e 100644 --- a/examples/std/Cargo.toml +++ b/examples/std/Cargo.toml | |||
| @@ -6,7 +6,7 @@ version = "0.1.0" | |||
| 6 | 6 | ||
| 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=["std", "log", "medium-ethernet", "tcp", "dhcpv4"] } | 9 | embassy-net = { version = "0.1.0", path = "../../embassy-net", features=["std", "log", "medium-ethernet", "tcp", "dhcpv4", "pool-16"] } |
| 10 | 10 | ||
| 11 | async-io = "1.6.0" | 11 | async-io = "1.6.0" |
| 12 | env_logger = "0.9.0" | 12 | env_logger = "0.9.0" |
