From 9c8cbda89df47610a44d9ff8ee951cf34bf3f68b Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 8 Sep 2022 14:08:21 +0200 Subject: [PATCH] Fix: Enable `zenoh` feature for C node API --- apis/c/node/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/apis/c/node/Cargo.toml b/apis/c/node/Cargo.toml index 77fcda37..ba8e58f5 100644 --- a/apis/c/node/Cargo.toml +++ b/apis/c/node/Cargo.toml @@ -15,4 +15,5 @@ flume = "0.10.14" [dependencies.dora-node-api] default-features = false +features = ["zenoh"] path = "../../rust/node"