We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e26863a commit 433699fCopy full SHA for 433699f
embedded/with-allocator/Cargo.toml
@@ -11,7 +11,7 @@ cortex-m-rt = "0.6.10"
11
cortex-m-semihosting = "0.3.3"
12
panic-halt = "0.2.0"
13
alloc-cortex-m = "0.4.1"
14
-bech32 = { path="../../", default-features = false }
+bech32 = { path="../../", default-features = false, features = ["alloc"] }
15
16
[[bin]]
17
name = "with-allocator"
0 commit comments