Skip to content

Commit

Permalink
zenoh-ext requires internal_config
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Dec 10, 2024
1 parent 3956665 commit 6b9647c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoh-ext/examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ default = []
[dependencies]
tokio = { workspace = true, features = ["rt", "sync", "time", "macros", "io-std"] }
futures = { workspace = true }
zenoh = { workspace = true, features = ["unstable"], default-features = false }
zenoh = { workspace = true, features = ["unstable", "internal_config"], default-features = false }
clap = { workspace = true, features = ["derive"] }
zenoh-ext = { workspace = true, features = ["unstable"] }

Expand Down

0 comments on commit 6b9647c

Please sign in to comment.