Browse Source

Fix: Enable `zenoh` feature for C node API

tags/v0.0.0-test.4
Philipp Oppermann 3 years ago
parent
commit
9c8cbda89d
Failed to extract signature
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      apis/c/node/Cargo.toml

+ 1
- 0
apis/c/node/Cargo.toml View File

@@ -15,4 +15,5 @@ flume = "0.10.14"

[dependencies.dora-node-api]
default-features = false
features = ["zenoh"]
path = "../../rust/node"

Loading…
Cancel
Save