diff options
| author | Matous Hybl <[email protected]> | 2021-12-06 14:59:15 +0100 |
|---|---|---|
| committer | Matous Hybl <[email protected]> | 2021-12-06 14:59:15 +0100 |
| commit | a802fd83aa3e78a6a3b746ec5c93abb3d916a191 (patch) | |
| tree | 02b92fca68f626b3e5cd1dd445b67b741e284e4d /examples/std | |
| parent | 7c155c3abaee8aea32896e20ce14bce6efa1eb1b (diff) | |
Fix embassy-net documentation of running examples.
Diffstat (limited to 'examples/std')
| -rw-r--r-- | examples/std/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/std/Cargo.toml b/examples/std/Cargo.toml index 9a9961a36..450911fa1 100644 --- a/examples/std/Cargo.toml +++ b/examples/std/Cargo.toml | |||
| @@ -15,5 +15,5 @@ log = "0.4.14" | |||
| 15 | nix = "0.22.1" | 15 | nix = "0.22.1" |
| 16 | libc = "0.2.101" | 16 | 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 } |
