Skip to content

Commit

Permalink
Enable zenoh/internal feature in zenohd crate (#1105)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz authored Jun 10, 2024
1 parent 2aa42e4 commit 2d1e64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenohd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tracing = {workspace = true}
tracing-subscriber = {workspace = true}
tracing-loki = {workspace = true, optional = true }
url = {workspace = true, optional = true }
zenoh = { workspace = true, features = ["unstable", "plugins"] }
zenoh = { workspace = true, features = ["unstable", "internal", "plugins"] }

[dev-dependencies]
rand = { workspace = true, features = ["default"] }
Expand Down

0 comments on commit 2d1e64c

Please sign in to comment.