Skip to content

Commit

Permalink
Explicitly specify the default features in the examples. (#854)
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanYuYuan authored Mar 25, 2024
1 parent ccc3ca6 commit d29636f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ futures = { workspace = true }
git-version = { workspace = true }
json5 = { workspace = true }
log = { workspace = true }
zenoh = { workspace = true }
zenoh = { workspace = true, default-features = true }
zenoh-ext = { workspace = true }

[dev-dependencies]
Expand Down

0 comments on commit d29636f

Please sign in to comment.