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"