Skip to content

Commit a5f5909

Browse files
committed
Temporarily fix a miscompilation in rs-matter
1 parent 33e8c08 commit a5f5909

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
@@ -29,7 +29,7 @@ rustcrypto = ["rs-matter/rustcrypto"]
2929
os = ["backtrace", "rs-matter/os", "rustcrypto", "embassy-time/std"]
3030
backtrace = ["std", "rs-matter/backtrace"]
3131
async-io-mini = ["std", "edge-nal-std/async-io-mini"]
32-
std = ["alloc", "rs-matter/std", "edge-nal-std"]
32+
std = ["alloc", "rs-matter/std", "edge-nal-std", "rs-matter/zbus", "rs-matter/futures-lite"] # Temporarily fix a miscompilation in rs-matter
3333
alloc = ["embedded-svc/alloc"]
3434
examples = ["log", "os", "nix", "embassy-time-queue-utils/generic-queue-64"]
3535

0 commit comments

Comments
 (0)