diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-12-23 20:41:33 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-12-23 21:05:26 +0100 |
| commit | f625f6b89328a14b0bc31ff35841cff1cf6380d9 (patch) | |
| tree | 3261a73f6d6855ef8fc5acf36b897673a3a67f72 /embassy-net/Cargo.toml | |
| parent | 92758c3119739b80373428f0a640e08c1db7e27c (diff) | |
Upgrade to smoltcp v0.11.
Diffstat (limited to 'embassy-net/Cargo.toml')
| -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 e6c5ea74f..612a3d689 100644 --- a/embassy-net/Cargo.toml +++ b/embassy-net/Cargo.toml | |||
| @@ -60,7 +60,7 @@ igmp = ["smoltcp/proto-igmp"] | |||
| 60 | defmt = { version = "0.3", optional = true } | 60 | defmt = { version = "0.3", optional = true } |
| 61 | log = { version = "0.4.14", optional = true } | 61 | log = { version = "0.4.14", optional = true } |
| 62 | 62 | ||
| 63 | smoltcp = { git = "https://github.com/smoltcp-rs/smoltcp.git", rev = "b57e2f9e70e82a13f31d5ea17e55232c11cc2b2d", default-features = false, features = [ | 63 | smoltcp = { version = "0.11.0", default-features = false, features = [ |
| 64 | "socket", | 64 | "socket", |
| 65 | "async", | 65 | "async", |
| 66 | ] } | 66 | ] } |
