Skip to content

Commit

Permalink
Set example and plugin-example crate to non-publish to reduce release…
Browse files Browse the repository at this point in the history
… build time (#602)
  • Loading branch information
marvin-hansen authored Nov 30, 2023
1 parent ecd11ad commit 7276d0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ categories = { workspace = true }
description = "Internal crate for zenoh."
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
publish = false

[features]
shared-memory = ["zenoh/shared-memory"]
Expand Down
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,4 +253,4 @@
or
```bash
z_sub_liveliness -k group1/**
```
```
1 change: 1 addition & 0 deletions plugins/example-plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ name = "zenoh-plugin-example"
version = { workspace = true }
authors = { workspace = true }
edition = { workspace = true }
publish = false

[lib]
# When auto-detecting the "example" plugin, `zenohd` will look for a dynamic library named "zenoh_plugin_example"
Expand Down

0 comments on commit 7276d0c

Please sign in to comment.