aboutsummaryrefslogtreecommitdiff
path: root/examples/std
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2022-04-12 20:14:26 +0200
committerDario Nieuwenhuis <[email protected]>2022-04-13 17:46:27 +0200
commite5a843dc062bcbd27e2a0e6b34334046522a881f (patch)
tree8c2cc6745084fa3e456b5090e826502a96a2be5c /examples/std
parent0d3758ad6bd290689c99eab029ef652176b538d7 (diff)
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 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]
8embassy = { version = "0.1.0", path = "../../embassy", features = ["log", "std", "time", "nightly"] } 8embassy = { version = "0.1.0", path = "../../embassy", features = ["log", "std", "time", "nightly"] }
9embassy-net = { version = "0.1.0", path = "../../embassy-net", features=["std", "log", "medium-ethernet", "tcp", "dhcpv4"] } 9embassy-net = { version = "0.1.0", path = "../../embassy-net", features=["std", "log", "medium-ethernet", "tcp", "dhcpv4", "pool-16"] }
10 10
11async-io = "1.6.0" 11async-io = "1.6.0"
12env_logger = "0.9.0" 12env_logger = "0.9.0"