Skip to content

Commit

Permalink
build(deps): bump heapless from 0.5.6 to 0.6.1
Browse files Browse the repository at this point in the history
Bumps [heapless](https://github.com/japaric/heapless) from 0.5.6 to 0.6.1.
- [Release notes](https://github.com/japaric/heapless/releases)
- [Changelog](https://github.com/japaric/heapless/blob/master/CHANGELOG.md)
- [Commits](rust-embedded/heapless@v0.5.6...v0.6.1)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 17, 2021
1 parent a93e823 commit 1b328a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -34,7 +34,7 @@ cortex-m-log = { version = "0.7", features = ["log-integration"] }
log = "0.4"
panic-semihosting = { version = "0.5", optional = true }
serde = { version = "1.0", features = ["derive"], default-features = false }
heapless = { version = "0.5", features = ["serde"] }
heapless = { version = "0.6", features = ["serde"] }
cortex-m-rtic = "0.5.6"
embedded-hal = "0.2.4"
nb = "1.0.0"
Expand Down

0 comments on commit 1b328a3

Please sign in to comment.