Skip to content

Commit 9e279a0

Browse files
committed
Revert the temporary fix now that upstream rs-matter is fixed
1 parent a5f5909 commit 9e279a0

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

0 commit comments

Comments
 (0)