Skip to content

Commit b6c87b7

Browse files
committed
features: Require alloc for bits feature
There's too much use of BitVec and the like for it to be sensible to separate them. Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
1 parent 910f42c commit b6c87b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ std = ["deku_derive/std", "bitvec?/std", "alloc", "no_std_io/std"]
2525
alloc = ["bitvec?/alloc"]
2626
logging = ["deku_derive/logging", "log"]
2727
no-assert-string = ["deku_derive/no-assert-string"]
28-
bits = ["dep:bitvec", "deku_derive/bits"]
28+
bits = ["dep:bitvec", "deku_derive/bits", "alloc" ]
2929

3030
[dependencies]
3131
deku_derive = { version = "^0.19.1", path = "deku-derive", default-features = false}

0 commit comments

Comments
 (0)