Skip to content

Commit

Permalink
Merge pull request #292 from quartiq/dependabot/cargo/heapless-0.6.1
Browse files Browse the repository at this point in the history
build(deps): bump heapless from 0.5.6 to 0.6.1
  • Loading branch information
ryan-summers authored Mar 17, 2021
2 parents a93e823 + 1b328a3 commit 35840cc
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 35840cc

Please sign in to comment.