Skip to content

Commit f83c254

Browse files
committed
Cargo.toml: add alloc to docs.rs build
1 parent 4c40b60 commit f83c254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ ufmt = "0.2"
6060
static_assertions = "1.1.0"
6161

6262
[package.metadata.docs.rs]
63-
features = ["ufmt", "serde", "defmt-03", "mpmc_large", "portable-atomic-critical-section"]
63+
features = ["ufmt", "serde", "defmt-03", "mpmc_large", "portable-atomic-critical-section", "alloc"]
6464
# for the pool module
6565
targets = ["i686-unknown-linux-gnu"]
6666
rustdoc-args = ["--cfg", "docsrs"]

0 commit comments

Comments
 (0)