aboutsummaryrefslogtreecommitdiff
path: root/examples/std
diff options
context:
space:
mode:
authorMatous Hybl <[email protected]>2021-12-06 14:59:15 +0100
committerMatous Hybl <[email protected]>2021-12-06 14:59:15 +0100
commita802fd83aa3e78a6a3b746ec5c93abb3d916a191 (patch)
tree02b92fca68f626b3e5cd1dd445b67b741e284e4d /examples/std
parent7c155c3abaee8aea32896e20ce14bce6efa1eb1b (diff)
Fix embassy-net documentation of running examples.
Diffstat (limited to 'examples/std')
-rw-r--r--examples/std/Cargo.toml4
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"
15nix = "0.22.1" 15nix = "0.22.1"
16libc = "0.2.101" 16libc = "0.2.101"
17clap = { version = "3.0.0-beta.5", features = ["derive"] } 17clap = { version = "3.0.0-beta.5", features = ["derive"] }
18rand_core = { version = "0.6.3", features = ["std"] } 18rand_core = { version = "0.6.3", features = ["std"] }
19heapless = { version = "0.7.5", default-features = false } 19heapless = { version = "0.7.5", default-features = false }