From ef343a23cae781e8fe264e0dd498a0f0303959bc Mon Sep 17 00:00:00 2001 From: lyuts Date: Sun, 7 Apr 2024 12:46:11 -0400 Subject: [PATCH] deps: Upgrade to patched version of heapless. --- finny_nostd_tests/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/finny_nostd_tests/Cargo.toml b/finny_nostd_tests/Cargo.toml index d047925..2b2f984 100644 --- a/finny_nostd_tests/Cargo.toml +++ b/finny_nostd_tests/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] libc = { version = "0.2", default-features = false } finny = { path = "../finny/", default-features = false } -heapless = "0.5.6" +heapless = "0.6.1" [profile.dev] panic = "abort" # disable stack unwinding on panic