diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-11-24 17:48:48 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-11-24 17:48:48 +0100 |
| commit | e4de15e4de455f378286f39b5c9c079c26a68014 (patch) | |
| tree | 941019933b994e86978951a7f504163ab9b7ab7c /examples/std/Cargo.toml | |
| parent | 8fea6c94f6d0978042554eb6b154706d8f7a9fd5 (diff) | |
net: don't depend directly on smoltcp outside embassy-net
Diffstat (limited to 'examples/std/Cargo.toml')
| -rw-r--r-- | examples/std/Cargo.toml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/std/Cargo.toml b/examples/std/Cargo.toml index 2e2f0bd1c..9a9961a36 100644 --- a/examples/std/Cargo.toml +++ b/examples/std/Cargo.toml | |||
| @@ -17,8 +17,3 @@ libc = "0.2.101" | |||
| 17 | clap = { version = "3.0.0-beta.5", features = ["derive"] } | 17 | clap = { version = "3.0.0-beta.5", features = ["derive"] } |
| 18 | rand_core = { version = "0.6.3", features = ["std"] } | 18 | rand_core = { version = "0.6.3", features = ["std"] } |
| 19 | heapless = { version = "0.7.5", default-features = false } | 19 | heapless = { version = "0.7.5", default-features = false } |
| 20 | |||
| 21 | [dependencies.smoltcp] | ||
| 22 | git = "https://github.com/bobmcwhirter/smoltcp" | ||
| 23 | rev = "faf81d21daae16b650b16e59a8422a8283e8a302" | ||
| 24 | default-features = false | ||
