aboutsummaryrefslogtreecommitdiff
path: root/examples/std
diff options
context:
space:
mode:
Diffstat (limited to 'examples/std')
-rw-r--r--examples/std/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/std/Cargo.toml b/examples/std/Cargo.toml
index b494cd3be..002d0487a 100644
--- a/examples/std/Cargo.toml
+++ b/examples/std/Cargo.toml
@@ -11,7 +11,7 @@ smoltcp = { git = "https://github.com/smoltcp-rs/smoltcp", rev="e4241510337e095b
11 11
12async-io = "1.6.0" 12async-io = "1.6.0"
13env_logger = "0.9.0" 13env_logger = "0.9.0"
14futures = { version = "0.3.17", default-features = false, features = ["async-await"] } 14futures = { version = "0.3.17" }
15log = "0.4.14" 15log = "0.4.14"
16nix = "0.22.1" 16nix = "0.22.1"
17libc = "0.2.101" 17libc = "0.2.101"