aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embassy-net/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-net/Cargo.toml b/embassy-net/Cargo.toml
index 8a29aca79..1090892e0 100644
--- a/embassy-net/Cargo.toml
+++ b/embassy-net/Cargo.toml
@@ -27,7 +27,7 @@ default = []
27std = [] 27std = []
28 28
29## Enable defmt 29## Enable defmt
30defmt = ["dep:defmt", "smoltcp/defmt", "embassy-net-driver/defmt", "heapless/defmt-03"] 30defmt = ["dep:defmt", "smoltcp/defmt", "embassy-net-driver/defmt", "heapless/defmt-03", "defmt?/ip_in_core"]
31 31
32## Trace all raw received and transmitted packets using defmt or log. 32## Trace all raw received and transmitted packets using defmt or log.
33packet-trace = [] 33packet-trace = []
@@ -65,7 +65,7 @@ multicast = ["smoltcp/multicast"]
65 65
66[dependencies] 66[dependencies]
67 67
68defmt = { version = "0.3", optional = true } 68defmt = { version = "0.3.8", optional = true }
69log = { version = "0.4.14", optional = true } 69log = { version = "0.4.14", optional = true }
70 70
71smoltcp = { git="https://github.com/smoltcp-rs/smoltcp", rev="fe0b4d102253465850cd1cf39cd33d4721a4a8d5", default-features = false, features = [ 71smoltcp = { git="https://github.com/smoltcp-rs/smoltcp", rev="fe0b4d102253465850cd1cf39cd33d4721a4a8d5", default-features = false, features = [