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 04e89269d..22ffc8937 100644
--- a/examples/std/Cargo.toml
+++ b/examples/std/Cargo.toml
@@ -18,4 +18,4 @@ nix = "0.21.0"
18libc = "0.2.81" 18libc = "0.2.81"
19clap = { version = "3.0.0-beta.2", features = ["derive"] } 19clap = { version = "3.0.0-beta.2", features = ["derive"] }
20rand_core = { version = "0.6.0", features = ["std"] } 20rand_core = { version = "0.6.0", features = ["std"] }
21heapless = { version = "0.5.6", default-features = false } 21heapless = { version = "0.7.1", default-features = false }