Skip to content

Commit

Permalink
Align the name of zenoh-plugin-example and set the used unstable feat…
Browse files Browse the repository at this point in the history
…ure correctly (#657)
  • Loading branch information
YuanYuYuan authored Jan 23, 2024
1 parent b669489 commit 2e3aedf
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ members = [
"io/zenoh-links/zenoh-link-ws/",
"io/zenoh-links/zenoh-link-unixpipe/",
"io/zenoh-transport",
"plugins/example-plugin",
"plugins/zenoh-plugin-example",
"plugins/zenoh-backend-traits",
"plugins/zenoh-plugin-rest",
"plugins/zenoh-plugin-storage-manager",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ env_logger = { workspace = true }
futures = { workspace = true }
log = { workspace = true }
serde_json = { workspace = true }
zenoh = { workspace = true }
zenoh = { workspace = true, features = ["unstable"] }
zenoh-core = { workspace = true }
zenoh-plugin-trait = { workspace = true }
zenoh-result = { workspace = true }
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 2e3aedf

Please sign in to comment.