Skip to content

Commit 48d1feb

Browse files
committed
Add bits to ensure_no_std features
1 parent 506f38a commit 48d1feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ensure_no_std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ alloc = []
2020

2121
[dependencies]
2222
cortex-m-rt = "0.7.3"
23-
deku = { path = "../", default-features = false, features = ["alloc"] }
23+
deku = { path = "../", default-features = false, features = ["alloc", "bits"] }
2424
embedded-alloc = "0.5.1"
2525

0 commit comments

Comments
 (0)