diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-06-12 00:50:36 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-06-12 00:50:36 +0200 |
| commit | 890e93f367cebc3a93fccf89ee3d702ba416fe34 (patch) | |
| tree | b815f949670e8e740d79657ca4c091dd37bf6948 /embassy-net | |
| parent | def8870cbb5574a6ae53233602d1bcc9f04590ba (diff) | |
UPdate smoltcp
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 5d391698c..c64075b93 100644 --- a/embassy-net/Cargo.toml +++ b/embassy-net/Cargo.toml | |||
| @@ -34,7 +34,7 @@ atomic-pool = "0.2.0" | |||
| 34 | 34 | ||
| 35 | [dependencies.smoltcp] | 35 | [dependencies.smoltcp] |
| 36 | git = "https://github.com/smoltcp-rs/smoltcp" | 36 | git = "https://github.com/smoltcp-rs/smoltcp" |
| 37 | rev = "ec59aba5e10cf91df0c9253d9c2aca4dd143d2ff" | 37 | rev = "e4241510337e095b9d21136c5f58b2eaa1b78479" |
| 38 | default-features = false | 38 | default-features = false |
| 39 | features = [ | 39 | features = [ |
| 40 | "proto-ipv4", | 40 | "proto-ipv4", |
