Skip to content

Commit 433699f

Browse files
committed
Enable alloc feature in with-allocator
As the crate name suggests `with_allocator` requires the "alloc" feature to be enabled.
1 parent e26863a commit 433699f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embedded/with-allocator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cortex-m-rt = "0.6.10"
1111
cortex-m-semihosting = "0.3.3"
1212
panic-halt = "0.2.0"
1313
alloc-cortex-m = "0.4.1"
14-
bech32 = { path="../../", default-features = false }
14+
bech32 = { path="../../", default-features = false, features = ["alloc"] }
1515

1616
[[bin]]
1717
name = "with-allocator"

0 commit comments

Comments
 (0)