Skip to content

Commit 2fdddae

Browse files
authored
fix: Enable unstable and plugins features in plugins (#965)
1 parent 81217c7 commit 2fdddae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

plugins/zenoh-plugin-example/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ edition = { workspace = true }
2020
publish = false
2121

2222
[features]
23-
default = ["no_mangle", "zenoh/default"]
23+
default = ["no_mangle", "zenoh/default", "zenoh/unstable", "zenoh/plugins"]
2424
no_mangle = []
2525

2626
[lib]

plugins/zenoh-plugin-rest/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ categories = ["network-programming", "web-programming::http-server"]
2424
description = "The zenoh REST plugin"
2525

2626
[features]
27-
default = ["no_mangle", "zenoh/default"]
27+
default = ["no_mangle", "zenoh/default", "zenoh/unstable", "zenoh/plugins"]
2828
no_mangle = []
2929

3030
[lib]

plugins/zenoh-plugin-storage-manager/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ categories = { workspace = true }
2424
description = "The zenoh storages plugin."
2525

2626
[features]
27-
default = ["no_mangle", "zenoh/default"]
27+
default = ["no_mangle", "zenoh/default", "zenoh/unstable", "zenoh/plugins"]
2828
no_mangle = []
2929

3030
[lib]

0 commit comments

Comments
 (0)