Skip to content

Commit

Permalink
Enable internal feature for zenoh-config
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets committed Jun 17, 2024
1 parent 23e36b3 commit ff066cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion commons/zenoh-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ categories = { workspace = true }
description = "Internal crate for zenoh."

[features]
unstable = []
internal = []

[dependencies]
tracing = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions zenoh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ default = [
"transport_unixsock-stream",
"transport_ws",
]
internal = ["zenoh-keyexpr/internal"]
internal = ["zenoh-keyexpr/internal", "zenoh-config/internal"]
plugins = []
shared-memory = [
"zenoh-shm",
Expand All @@ -63,7 +63,7 @@ transport_udp = ["zenoh-transport/transport_udp"]
transport_unixsock-stream = ["zenoh-transport/transport_unixsock-stream"]
transport_ws = ["zenoh-transport/transport_ws"]
transport_vsock = ["zenoh-transport/transport_vsock"]
unstable = ["zenoh-keyexpr/unstable", "zenoh-config/unstable"]
unstable = ["zenoh-keyexpr/unstable"]

[dependencies]
tokio = { workspace = true, features = ["rt", "macros", "time"] }
Expand Down

0 comments on commit ff066cc

Please sign in to comment.