Skip to content

Commit f0ff2ac

Browse files
committed
chore: update embassy-net smoltcp version
1 parent 84444a1 commit f0ff2ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embassy-net/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ alloc = ["smoltcp/alloc"]
107107
defmt = { version = "1.0.1", optional = true }
108108
log = { version = "0.4.14", optional = true }
109109

110-
smoltcp = { git = "https://github.com/smoltcp-rs/smoltcp", rev = "2b9ae80c75329c92a2bc88192e1db008081df09c", default-features = false, features = [
110+
smoltcp = { version = "0.13.0", default-features = false, features = [
111111
"socket",
112112
"async",
113113
] }

0 commit comments

Comments
 (0)