Skip to content

Commit

Permalink
Merge pull request #745 from eclipse-zenoh/default_features_fix
Browse files Browse the repository at this point in the history
build plugins with default zenoh features
  • Loading branch information
milyin authored Mar 13, 2024
2 parents ceb982d + 1acb511 commit 63965fc
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 @@ -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-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 63965fc

Please sign in to comment.