Skip to content

Commit

Permalink
Add bits to ensure_no_std features
Browse files Browse the repository at this point in the history
  • Loading branch information
wcampbell0x2a committed May 31, 2024
1 parent f23c70d commit 6b6276e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ensure_no_std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 6b6276e

Please sign in to comment.