From 071b65a9c1e51d76fd7d02e6824e3ddae4cf0f4f Mon Sep 17 00:00:00 2001 From: Gabriele Baldoni Date: Fri, 20 Sep 2024 09:45:13 +0200 Subject: [PATCH] fix: using static_plugin feature of rest plugin Signed-off-by: Gabriele Baldoni --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6c6753b..9437687 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ zenoh-ext = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zen "unstable", ] } zenoh-plugin-dds = { version = "1.0.0-dev", path = "zenoh-plugin-dds/", default-features = false } -zenoh-plugin-rest = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false } +zenoh-plugin-rest = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features=["static_plugin"]} zenoh-plugin-trait = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false } [profile.release]