From e0e4539fb9dce60b76601b89babcb3e6c3df2f95 Mon Sep 17 00:00:00 2001 From: haixuanTao Date: Fri, 6 Oct 2023 13:54:03 +0200 Subject: [PATCH] Remove rust-dataflow-url as it creates linking issue in Windows --- Cargo.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5e81daf8..5f6ddca0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,9 +96,10 @@ name = "rust-ros2-dataflow" path = "examples/rust-ros2-dataflow/run.rs" required-features = ["ros2-examples"] -[[example]] -name = "rust-dataflow-url" -path = "examples/rust-dataflow-url/run.rs" +# Fix #192 +# [[example]] +# name = "rust-dataflow-url" +# path = "examples/rust-dataflow-url/run.rs" [[example]] name = "cxx-dataflow"