Skip to content

Commit

Permalink
Update heapless requirement in /examples/i2s-controller-demo (#444)
Browse files Browse the repository at this point in the history
Updates the requirements on [heapless](https://github.com/japaric/heapless) to permit the latest version.
- [Changelog](https://github.com/rust-embedded/heapless/blob/main/CHANGELOG.md)
- [Commits](rust-embedded/heapless@v0.7.10...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 Apr 18, 2024
1 parent 4cf82e2 commit 5baa7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/i2s-controller-demo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ embedded-hal = "1.0.0"
systick-monotonic = "1.0.0"
rtt-target = { version = "0.3.1", features = ["cortex-m"] }
nrf52840-hal = { features = ["rt"], path = "../../nrf52840-hal" }
heapless = "0.7.10"
heapless = "0.8.0"
small_morse = "0.1.0"

0 comments on commit 5baa7ce

Please sign in to comment.