diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-11-10 15:51:33 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-10 15:51:33 +0000 |
| commit | 39c737162185adb4f30f18f700da08a55be6b55a (patch) | |
| tree | 69c591be4841ab1c8fd5046bee0d399133c4577c /examples/stm32wl | |
| parent | b3367be9c8f0eb54d500dc2e6f652ade05859088 (diff) | |
| parent | 4647df14b16c95ef56bf2e6cc4303583be3b4846 (diff) | |
Merge pull request #2163 from embassy-rs/update-heapless
Update heapless to v0.8
Diffstat (limited to 'examples/stm32wl')
| -rw-r--r-- | examples/stm32wl/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32wl/Cargo.toml b/examples/stm32wl/Cargo.toml index 9e8ffa165..bf2e7f07d 100644 --- a/examples/stm32wl/Cargo.toml +++ b/examples/stm32wl/Cargo.toml | |||
| @@ -25,7 +25,7 @@ embedded-hal = "0.2.6" | |||
| 25 | embedded-storage = "0.3.0" | 25 | embedded-storage = "0.3.0" |
| 26 | panic-probe = { version = "0.3", features = ["print-defmt"] } | 26 | panic-probe = { version = "0.3", features = ["print-defmt"] } |
| 27 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } | 27 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } |
| 28 | heapless = { version = "0.7.5", default-features = false } | 28 | heapless = { version = "0.8", default-features = false } |
| 29 | chrono = { version = "^0.4", default-features = false } | 29 | chrono = { version = "^0.4", default-features = false } |
| 30 | 30 | ||
| 31 | [profile.release] | 31 | [profile.release] |
