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 33e8c08 commit a5f5909Copy full SHA for a5f5909
Cargo.toml
@@ -29,7 +29,7 @@ rustcrypto = ["rs-matter/rustcrypto"]
29
os = ["backtrace", "rs-matter/os", "rustcrypto", "embassy-time/std"]
30
backtrace = ["std", "rs-matter/backtrace"]
31
async-io-mini = ["std", "edge-nal-std/async-io-mini"]
32
-std = ["alloc", "rs-matter/std", "edge-nal-std"]
+std = ["alloc", "rs-matter/std", "edge-nal-std", "rs-matter/zbus", "rs-matter/futures-lite"] # Temporarily fix a miscompilation in rs-matter
33
alloc = ["embedded-svc/alloc"]
34
examples = ["log", "os", "nix", "embassy-time-queue-utils/generic-queue-64"]
35
0 commit comments