Skip to content

Commit

Permalink
Update heapless
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Nov 14, 2023
1 parent f6e3b8d commit 41cb743
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.??.?] - ?
* Added the opt-out `asyncify` feature. Disabling this feature removes the `atomic-waker` dependencies and removes the `utils::asyncify` module.
* The `serde` dependency is now optional.
* Update to `heapless` 0.8

## [0.26.4] - 2023-11-12
* Updated changelog
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ defmt = ["dep:defmt", "heapless/defmt", "heapless/defmt-impl", "embedded-io/defm
asyncify = ["dep:atomic-waker"]

[dependencies]
heapless = { version = "0.7" }
heapless = { version = "0.8" }
embedded-io = { version = "0.6", default-features = false }
embedded-io-async = { version = "0.6", default-features = false, optional = true }
embedded-hal-async = { version = "=1.0.0-rc.1", default-features = false, optional = true }
Expand Down

0 comments on commit 41cb743

Please sign in to comment.