From 34a327ff1db00d926987c07ffcd7852eee1722c5 Mon Sep 17 00:00:00 2001 From: Gabriele Baldoni Date: Fri, 20 Sep 2024 09:47:42 +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 19561a0..0563b52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ zenoh = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.g "plugins", ] } zenoh-config = { 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 } +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 } zenoh-plugin-ros1 = { version = "1.0.0-dev", path = "zenoh-plugin-ros1", default-features = false }