Skip to content

Commit

Permalink
Update heapless requirement from 0.7.16 to 0.8.0 (#162)
Browse files Browse the repository at this point in the history
Updates the requirements on [heapless](https://github.com/rust-embedded/heapless) to permit the latest version.
- [Changelog](https://github.com/rust-embedded/heapless/blob/main/CHANGELOG.md)
- [Commits](rust-embedded/heapless@v0.7.16...v0.8.0)

---
updated-dependencies:
- dependency-name: heapless
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 9, 2023
1 parent 37c762b commit 0ba2f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ panic-semihosting = "0.6.0"
panic-itm = "0.4.2"
cortex-m-rtfm = "0.5.3"
cortex-m-semihosting = "0.5.0"
heapless = "0.7.16"
heapless = "0.8.0"
libm = "0.2.6"
as-slice = "0.2.1"

Expand Down

0 comments on commit 0ba2f76

Please sign in to comment.