diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-11-28 01:30:27 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-11-28 01:30:27 +0100 |
| commit | 8b8b7fa05ef0524a337a050584835026afa3015a (patch) | |
| tree | e0e5b2ab09fe605969b3b0d0ff9e598afb0f954a /embassy-net | |
| parent | 0d5cd7d6920f87ee30baada3222cc537dd6f026d (diff) | |
net: update to smoltcp v0.12.0
Diffstat (limited to 'embassy-net')
| -rw-r--r-- | embassy-net/Cargo.toml | 2 |
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"] | |||
| 68 | defmt = { version = "0.3.8", optional = true } | 68 | defmt = { version = "0.3.8", optional = true } |
| 69 | log = { version = "0.4.14", optional = true } | 69 | log = { version = "0.4.14", optional = true } |
| 70 | 70 | ||
| 71 | smoltcp = { git="https://github.com/smoltcp-rs/smoltcp", rev="fe0b4d102253465850cd1cf39cd33d4721a4a8d5", default-features = false, features = [ | 71 | smoltcp = { version = "0.12.0", default-features = false, features = [ |
| 72 | "socket", | 72 | "socket", |
| 73 | "async", | 73 | "async", |
| 74 | ] } | 74 | ] } |
