diff options
| author | Emil Fresk <[email protected]> | 2023-11-14 08:30:39 +0100 |
|---|---|---|
| committer | Emil Fresk <[email protected]> | 2023-11-14 08:50:51 +0100 |
| commit | ef69f386ab1c44c2e2813f8bf934e7440e09852a (patch) | |
| tree | 396f6933132449fedb86767e906e0b8e148c1ec7 | |
| parent | 872f1ec4c2bae370e10366b72e601f64b0008da3 (diff) | |
Update smoltcp and fix errors from that
| -rw-r--r-- | embassy-net/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-net/Cargo.toml b/embassy-net/Cargo.toml index 0b029bd3c..ef66078cb 100644 --- a/embassy-net/Cargo.toml +++ b/embassy-net/Cargo.toml | |||
| @@ -25,7 +25,7 @@ features = ["nightly", "defmt", "tcp", "udp", "dns", "dhcpv4", "proto-ipv6", "me | |||
| 25 | default = [] | 25 | default = [] |
| 26 | std = [] | 26 | std = [] |
| 27 | 27 | ||
| 28 | defmt = ["dep:defmt", "smoltcp/defmt", "embassy-net-driver/defmt"] | 28 | defmt = ["dep:defmt", "smoltcp/defmt", "embassy-net-driver/defmt", "heapless/defmt-03"] |
| 29 | 29 | ||
| 30 | nightly = ["dep:embedded-io-async", "dep:embedded-nal-async"] | 30 | nightly = ["dep:embedded-io-async", "dep:embedded-nal-async"] |
| 31 | 31 | ||
| @@ -46,7 +46,7 @@ igmp = ["smoltcp/proto-igmp"] | |||
| 46 | defmt = { version = "0.3", optional = true } | 46 | defmt = { version = "0.3", optional = true } |
| 47 | log = { version = "0.4.14", optional = true } | 47 | log = { version = "0.4.14", optional = true } |
| 48 | 48 | ||
| 49 | smoltcp = { git = "https://github.com/smoltcp-rs/smoltcp", rev = "9b791ae3057e10f7afcb70c67deb5daf714293a9", default-features = false, features = [ | 49 | smoltcp = { git = "https://github.com/smoltcp-rs/smoltcp.git", rev = "b57e2f9e70e82a13f31d5ea17e55232c11cc2b2d", default-features = false, features = [ |
| 50 | "socket", | 50 | "socket", |
| 51 | "async", | 51 | "async", |
| 52 | ] } | 52 | ] } |
