mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 05:45:19 +01:00
chore(deps): update heapless requirement from 0.8 to 0.9
Updates the requirements on [heapless](https://github.com/rust-embedded/heapless) to permit the latest version. - [Release notes](https://github.com/rust-embedded/heapless/releases) - [Changelog](https://github.com/rust-embedded/heapless/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-embedded/heapless/compare/v0.8.0...v0.9.1) --- updated-dependencies: - dependency-name: heapless dependency-version: 0.9.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
4a72eddc8f
commit
d758f981a1
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ repository = "https://github.com/rtic-rs/rtic"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
heapless = "0.8"
|
||||
heapless = "0.9"
|
||||
critical-section = "1"
|
||||
rtic-common = { version = "1.0.0", path = "../rtic-common" }
|
||||
portable-atomic = { version = "1", default-features = false }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue