Skip to content

Commit

Permalink
fix: Enable unstable and plugins features in plugins (#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz authored Apr 23, 2024
1 parent 81217c7 commit 2fdddae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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", "zenoh/default"]
default = ["no_mangle", "zenoh/default", "zenoh/unstable", "zenoh/plugins"]
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", "zenoh/default"]
default = ["no_mangle", "zenoh/default", "zenoh/unstable", "zenoh/plugins"]
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", "zenoh/default"]
default = ["no_mangle", "zenoh/default", "zenoh/unstable", "zenoh/plugins"]
no_mangle = []

[lib]
Expand Down

0 comments on commit 2fdddae

Please sign in to comment.