From a802fd83aa3e78a6a3b746ec5c93abb3d916a191 Mon Sep 17 00:00:00 2001 From: Matous Hybl Date: Mon, 6 Dec 2021 14:59:15 +0100 Subject: Fix embassy-net documentation of running examples. --- examples/std/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') 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" nix = "0.22.1" libc = "0.2.101" clap = { version = "3.0.0-beta.5", features = ["derive"] } -rand_core = { version = "0.6.3", features = ["std"] } -heapless = { version = "0.7.5", default-features = false } +rand_core = { version = "0.6.3", features = ["std"] } +heapless = { version = "0.7.5", default-features = false } -- cgit