diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-06-04 01:39:42 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-04 01:39:42 +0200 |
| commit | cd44b221ed558689a20090771228c703e56e3371 (patch) | |
| tree | a989bd77bcbb0d2471c66a44bc3242b2d975e97f /examples | |
| parent | ebd3be74253dc72b35072475f6f9c2c1830f318e (diff) | |
| parent | 7d869bdec8290d44bc3815488011681332517f1e (diff) | |
Merge pull request #221 from embassy-rs/heapless
Update Heapless to 0.7 (const generics)
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/std/Cargo.toml | 2 | ||||
| -rw-r--r-- | examples/stm32f4/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 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 } |
diff --git a/examples/stm32f4/Cargo.toml b/examples/stm32f4/Cargo.toml index c5c8d9ae6..2c16af5fb 100644 --- a/examples/stm32f4/Cargo.toml +++ b/examples/stm32f4/Cargo.toml | |||
| @@ -32,4 +32,4 @@ embedded-hal = { version = "0.2.4" } | |||
| 32 | panic-probe = { version = "0.2.0", features= ["print-defmt"] } | 32 | panic-probe = { version = "0.2.0", features= ["print-defmt"] } |
| 33 | futures = { version = "0.3.8", default-features = false, features = ["async-await"] } | 33 | futures = { version = "0.3.8", default-features = false, features = ["async-await"] } |
| 34 | rtt-target = { version = "0.3", features = ["cortex-m"] } | 34 | rtt-target = { version = "0.3", features = ["cortex-m"] } |
| 35 | heapless = "0.7" \ No newline at end of file | 35 | heapless = { version = "0.7.1", default-features = false } \ No newline at end of file |
