From 0ba2f76cf93e5777381864824c47b05017969891 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 08:30:21 +0000 Subject: [PATCH] Update heapless requirement from 0.7.16 to 0.8.0 (#162) Updates the requirements on [heapless](https://github.com/rust-embedded/heapless) to permit the latest version. - [Changelog](https://github.com/rust-embedded/heapless/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-embedded/heapless/compare/v0.7.16...v0.8.0) --- updated-dependencies: - dependency-name: heapless dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0e8a2c59..0ff5773e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ panic-semihosting = "0.6.0" panic-itm = "0.4.2" cortex-m-rtfm = "0.5.3" cortex-m-semihosting = "0.5.0" -heapless = "0.7.16" +heapless = "0.8.0" libm = "0.2.6" as-slice = "0.2.1"