aboutsummaryrefslogtreecommitdiff
path: root/embassy-net
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-11-28 01:30:27 +0100
committerDario Nieuwenhuis <[email protected]>2024-11-28 01:30:27 +0100
commit8b8b7fa05ef0524a337a050584835026afa3015a (patch)
treee0e5b2ab09fe605969b3b0d0ff9e598afb0f954a /embassy-net
parent0d5cd7d6920f87ee30baada3222cc537dd6f026d (diff)
net: update to smoltcp v0.12.0
Diffstat (limited to 'embassy-net')
-rw-r--r--embassy-net/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-net/Cargo.toml b/embassy-net/Cargo.toml
index 2c33ecc14..23748973a 100644
--- a/embassy-net/Cargo.toml
+++ b/embassy-net/Cargo.toml
@@ -68,7 +68,7 @@ multicast = ["smoltcp/multicast"]
68defmt = { version = "0.3.8", 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 = { version = "0.12.0", default-features = false, features = [
72 "socket", 72 "socket",
73 "async", 73 "async",
74] } 74] }