Skip to content

Commit

Permalink
Update heapless requirement from 0.7.7 to 0.8.0
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.7...v0.7.16)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 9, 2023
1 parent 5b81a1c commit 025370c
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 @@ -13,7 +13,7 @@ exclude = [

[dependencies]
bitfield = "0.14"
heapless = "0.7.7"
heapless = "0.8.0"
byte = "0.2"
defmt = { version = "0.3", optional = true }

Expand Down

0 comments on commit 025370c

Please sign in to comment.