Skip to content

Commit

Permalink
Import zenoh with unstable features (#1128)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets authored Jun 12, 2024
1 parent c8537bc commit 115e894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/valgrind-check/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ description = "Internal crate for zenoh."
tokio = { version = "1.35.1", features = ["rt-multi-thread", "time", "io-std"] }
tracing-subscriber = { version = "0.3", features = ["json", "env-filter"] }
futures = "0.3.25"
zenoh = { path = "../../zenoh/" }
zenoh = { path = "../../zenoh/", features = ["unstable"] }
zenoh-runtime = { path = "../../commons/zenoh-runtime/" }
zenoh-util = { path = "../../commons/zenoh-util/", features = ["test"] }

Expand Down

0 comments on commit 115e894

Please sign in to comment.