aboutsummaryrefslogtreecommitdiff
path: root/embassy-net/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-12-23 20:41:33 +0100
committerDario Nieuwenhuis <[email protected]>2023-12-23 21:05:26 +0100
commitf625f6b89328a14b0bc31ff35841cff1cf6380d9 (patch)
tree3261a73f6d6855ef8fc5acf36b897673a3a67f72 /embassy-net/Cargo.toml
parent92758c3119739b80373428f0a640e08c1db7e27c (diff)
Upgrade to smoltcp v0.11.
Diffstat (limited to 'embassy-net/Cargo.toml')
-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 e6c5ea74f..612a3d689 100644
--- a/embassy-net/Cargo.toml
+++ b/embassy-net/Cargo.toml
@@ -60,7 +60,7 @@ igmp = ["smoltcp/proto-igmp"]
60defmt = { version = "0.3", optional = true } 60defmt = { version = "0.3", optional = true }
61log = { version = "0.4.14", optional = true } 61log = { version = "0.4.14", optional = true }
62 62
63smoltcp = { git = "https://github.com/smoltcp-rs/smoltcp.git", rev = "b57e2f9e70e82a13f31d5ea17e55232c11cc2b2d", default-features = false, features = [ 63smoltcp = { version = "0.11.0", default-features = false, features = [
64 "socket", 64 "socket",
65 "async", 65 "async",
66] } 66] }