Skip to content

Commit

Permalink
Bump heapless from 0.7.16 to 0.8.0
Browse files Browse the repository at this point in the history
Bumps [heapless](https://github.com/rust-embedded/heapless) from 0.7.16 to 0.8.0.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 5, 2023
1 parent 1550ec9 commit 5c939a8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
31 changes: 16 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ mono-clock = "0.1"
systick-monotonic = "1.0.1"
cortex-m-log = { version = "0.8.0", features = ["log-integration"] }
log = "0.4.20"
heapless = { version = "0.7", features = ["serde"] }
heapless = { version = "0.8", features = ["serde"] }
bit_field = "0.10.2"
debounced-pin = "0.3.0"
serde = {version = "1.0", features = ["derive"], default-features = false }
Expand Down

0 comments on commit 5c939a8

Please sign in to comment.