diff options
| author | Bob McWhirter <[email protected]> | 2021-11-15 11:40:06 -0500 |
|---|---|---|
| committer | Bob McWhirter <[email protected]> | 2021-11-15 11:40:06 -0500 |
| commit | 57ca241658f95e4e30940b29dff541b2ee1e1b56 (patch) | |
| tree | aaa5e778b5cc888183606d229063e68969dcecbe /examples/stm32f7 | |
| parent | 23fdca9e527de92b981b04b5f3d671749b62acb5 (diff) | |
Further cargo muckings for smol/defmt.
Diffstat (limited to 'examples/stm32f7')
| -rw-r--r-- | examples/stm32f7/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/stm32f7/Cargo.toml b/examples/stm32f7/Cargo.toml index ac46cd86e..8d7710c44 100644 --- a/examples/stm32f7/Cargo.toml +++ b/examples/stm32f7/Cargo.toml | |||
| @@ -29,8 +29,8 @@ critical-section = "0.2.3" | |||
| 29 | 29 | ||
| 30 | 30 | ||
| 31 | [dependencies.smoltcp] | 31 | [dependencies.smoltcp] |
| 32 | git = "https://github.com/smoltcp-rs/smoltcp" | 32 | git = "https://github.com/bobmcwhirter/smoltcp" |
| 33 | rev = "e4241510337e095b9d21136c5f58b2eaa1b78479" | 33 | rev = "faf81d21daae16b650b16e59a8422a8283e8a302" |
| 34 | default-features = false | 34 | default-features = false |
| 35 | features = [ | 35 | features = [ |
| 36 | "proto-ipv4", | 36 | "proto-ipv4", |
