Skip to content

Commit

Permalink
build plugins with default zenoh features
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Feb 21, 2024
1 parent 7ebdb3c commit 60ba702
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plugins/zenoh-backend-example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ authors = { workspace = true }
edition = { workspace = true }

[features]
default = ["no_mangle"]
default = ["no_mangle", "zenoh/default"]
no_mangle = []

[lib]
Expand Down
2 changes: 1 addition & 1 deletion plugins/zenoh-plugin-example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ edition = { workspace = true }
publish = false

[features]
default = ["no_mangle"]
default = ["no_mangle", "zenoh/default"]
no_mangle = []

[lib]
Expand Down
2 changes: 1 addition & 1 deletion plugins/zenoh-plugin-rest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ categories = ["network-programming", "web-programming::http-server"]
description = "The zenoh REST plugin"

[features]
default = ["no_mangle"]
default = ["no_mangle", "zenoh/default"]
no_mangle = []

[lib]
Expand Down
2 changes: 1 addition & 1 deletion plugins/zenoh-plugin-storage-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ categories = { workspace = true }
description = "The zenoh storages plugin."

[features]
default = ["no_mangle"]
default = ["no_mangle", "zenoh/default"]
no_mangle = []

[lib]
Expand Down

0 comments on commit 60ba702

Please sign in to comment.