From 66c70556ebe5483cf03ddf3fb22172f2562f8931 Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Fri, 29 Nov 2024 13:48:21 +0000 Subject: [PATCH] Remove examples from the default features --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d2b47c2..ac4a50d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ opt-level = "z" [features] #default = ["std", "rs-matter-stack"] -default = ["std", "rs-matter-stack", "async-io-mini", "examples"] +default = ["std", "rs-matter-stack", "async-io-mini"] async-io-mini = ["std", "edge-nal-std/async-io-mini"] std = ["esp-idf-svc/std", "edge-nal-std", "rs-matter-stack?/std"] examples = ["default", "esp-idf-svc/binstart", "esp-idf-svc/critical-section"] # Enable only when building the examples