Skip to content

Commit

Permalink
Remove examples from the default features
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Nov 29, 2024
1 parent 77c9ff7 commit 66c7055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66c7055

Please sign in to comment.