From 6b6276e1773bafa1976de8668a03aba93a2056fc Mon Sep 17 00:00:00 2001 From: wcampbell Date: Fri, 31 May 2024 18:32:45 -0400 Subject: [PATCH] Add bits to ensure_no_std features --- ensure_no_std/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ensure_no_std/Cargo.toml b/ensure_no_std/Cargo.toml index f5d70c5a..e6c88a08 100644 --- a/ensure_no_std/Cargo.toml +++ b/ensure_no_std/Cargo.toml @@ -20,6 +20,6 @@ alloc = [] [dependencies] cortex-m-rt = "0.7.3" -deku = { path = "../", default-features = false, features = ["alloc"] } +deku = { path = "../", default-features = false, features = ["alloc", "bits"] } embedded-alloc = "0.5.1"