From 9fbbdab02a618823a90b8f4e8617c254c6325f44 Mon Sep 17 00:00:00 2001 From: Kenny Kerr Date: Tue, 20 Jun 2023 08:39:18 -0500 Subject: [PATCH] Add reference for spurious warning about `cdylib` dependency (#2545) --- crates/tests/component_client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/tests/component_client/Cargo.toml b/crates/tests/component_client/Cargo.toml index 0e77065668..4ff0bd57a5 100644 --- a/crates/tests/component_client/Cargo.toml +++ b/crates/tests/component_client/Cargo.toml @@ -16,6 +16,6 @@ features = [ ] # TODO: this causes a warning about lack of linkage target. The point is to ensure that this binary dependency is built first but -# I'm not sure how to do that without this spurious warning. +# Cargo doesn't respect cdylib targets. https://github.com/rust-lang/cargo/issues/7825 [build-dependencies.test_component] path = "../component"