aboutsummaryrefslogtreecommitdiff
path: root/examples/std/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/std/Cargo.toml')
-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 3ba495e59..b494cd3be 100644
--- a/examples/std/Cargo.toml
+++ b/examples/std/Cargo.toml
@@ -15,6 +15,6 @@ futures = { version = "0.3.17", default-features = false, features = ["async-awa
15log = "0.4.14" 15log = "0.4.14"
16nix = "0.22.1" 16nix = "0.22.1"
17libc = "0.2.101" 17libc = "0.2.101"
18clap = { version = "3.0.0-beta.4", features = ["derive"] } 18clap = { version = "3.0.0-beta.5", features = ["derive"] }
19rand_core = { version = "0.6.3", features = ["std"] } 19rand_core = { version = "0.6.3", features = ["std"] }
20heapless = { version = "0.7.5", default-features = false } 20heapless = { version = "0.7.5", default-features = false }