Skip to content

Commit

Permalink
restored internal_config feature as part of "unstable" (#1660)
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin authored Dec 11, 2024
1 parent df86f75 commit cc201aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,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 = ["internal_config", "zenoh-keyexpr/unstable", "zenoh-config/unstable"]
internal_config = []

[dependencies]
Expand Down

0 comments on commit cc201aa

Please sign in to comment.