diff options
Diffstat (limited to 'examples/std/Cargo.toml')
| -rw-r--r-- | examples/std/Cargo.toml | 2 |
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 | |||
| 15 | log = "0.4.14" | 15 | log = "0.4.14" |
| 16 | nix = "0.22.1" | 16 | nix = "0.22.1" |
| 17 | libc = "0.2.101" | 17 | libc = "0.2.101" |
| 18 | clap = { version = "3.0.0-beta.4", features = ["derive"] } | 18 | clap = { version = "3.0.0-beta.5", features = ["derive"] } |
| 19 | rand_core = { version = "0.6.3", features = ["std"] } | 19 | rand_core = { version = "0.6.3", features = ["std"] } |
| 20 | heapless = { version = "0.7.5", default-features = false } | 20 | heapless = { version = "0.7.5", default-features = false } |
