From 2cf8c8c21b2e74c81a86346c25499daed5e07d22 Mon Sep 17 00:00:00 2001 From: Teufelchen1 Date: Mon, 15 Apr 2024 16:35:37 +0200 Subject: [PATCH] build: Select heapless-crate with features for GBA support --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 068e9b5..bafc078 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ bare-metal = "1" cstr = "^0.2.11" -heapless = "^0.7" +heapless = { version="0.8", features = ["portable-atomic-unsafe-assume-single-core"] } rand_core_06 = { package = "rand_core", version = "^0.6" } # For nimble UUID parsing and some debug implementations