Skip to content

Commit

Permalink
chore: add remote as required feature for examples (#121)
Browse files Browse the repository at this point in the history
Adds `remote` as a required feature flag for the `remote` and `manual_swarm` examples.
  • Loading branch information
hirschenberger authored Jan 20, 2025
1 parent bc4c631 commit efb2838
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@ tokio-stream = { version = "0.1.15", features = ["time"] }
tokio-test = "0.4.4"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

[[example]]
name = "remote"
required-features = ["remote"]

[[example]]
name = "manual_swarm"
required-features = ["remote"]

[[bench]]
name = "fibonacci"
harness = false
Expand Down

0 comments on commit efb2838

Please sign in to comment.