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