summaryrefslogtreecommitdiff
path: root/examples/std
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2022-04-12 20:14:26 +0200
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2022-04-13 17:46:27 +0200
commite5a843dc062bcbd27e2a0e6b34334046522a881f (patch)
tree8c2cc6745084fa3e456b5090e826502a96a2be5c /examples/std
parent0d3758ad6bd290689c99eab029ef652176b538d7 (diff)
downloadembassy-e5a843dc062bcbd27e2a0e6b34334046522a881f.zip
net: auto-enable defmt in smoltcp using namespaced features.
Diffstat (limited to 'examples/std')
-rw-r--r--examples/std/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/std/Cargo.toml b/examples/std/Cargo.toml
index ef60fe99..0853c323 100644
--- a/examples/std/Cargo.toml
+++ b/examples/std/Cargo.toml
@@ -6,7 +6,7 @@ version = "0.1.0"
[dependencies]
embassy = { version = "0.1.0", path = "../../embassy", features = ["log", "std", "time", "nightly"] }
-embassy-net = { version = "0.1.0", path = "../../embassy-net", features=["std", "log", "medium-ethernet", "tcp", "dhcpv4"] }
+embassy-net = { version = "0.1.0", path = "../../embassy-net", features=["std", "log", "medium-ethernet", "tcp", "dhcpv4", "pool-16"] }
async-io = "1.6.0"
env_logger = "0.9.0"