diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-06-04 01:24:14 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-06-04 01:35:04 +0200 |
| commit | 7d869bdec8290d44bc3815488011681332517f1e (patch) | |
| tree | a989bd77bcbb0d2471c66a44bc3242b2d975e97f /examples/std | |
| parent | cdd5808b51f3ebc6aaca1dad26ce74ec3a7c1d7c (diff) | |
Update heapless
Diffstat (limited to 'examples/std')
| -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 04e89269d..22ffc8937 100644 --- a/examples/std/Cargo.toml +++ b/examples/std/Cargo.toml | |||
| @@ -18,4 +18,4 @@ nix = "0.21.0" | |||
| 18 | libc = "0.2.81" | 18 | libc = "0.2.81" |
| 19 | clap = { version = "3.0.0-beta.2", features = ["derive"] } | 19 | clap = { version = "3.0.0-beta.2", features = ["derive"] } |
| 20 | rand_core = { version = "0.6.0", features = ["std"] } | 20 | rand_core = { version = "0.6.0", features = ["std"] } |
| 21 | heapless = { version = "0.5.6", default-features = false } | 21 | heapless = { version = "0.7.1", default-features = false } |
