Skip to content

Commit d758f98

Browse files
dependabot[bot]AfoHT
authored andcommitted
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](rust-embedded/heapless@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] <[email protected]>
1 parent 4a72edd commit d758f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtic-sync/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repository = "https://github.com/rtic-rs/rtic"
1818
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1919

2020
[dependencies]
21-
heapless = "0.8"
21+
heapless = "0.9"
2222
critical-section = "1"
2323
rtic-common = { version = "1.0.0", path = "../rtic-common" }
2424
portable-atomic = { version = "1", default-features = false }

0 commit comments

Comments
 (0)