diff --git a/crates/samples/components/json_validator_winrt_client/Cargo.toml b/crates/samples/components/json_validator_winrt_client/Cargo.toml index 1e0bb7c309..608ae5af00 100644 --- a/crates/samples/components/json_validator_winrt_client/Cargo.toml +++ b/crates/samples/components/json_validator_winrt_client/Cargo.toml @@ -18,5 +18,5 @@ path = "../../../libs/bindgen" # TODO: this causes a warning about lack of linkage target. The point is to ensure that this binary dependency is built first but # Cargo doesn't respect cdylib targets. https://github.com/rust-lang/cargo/issues/7825 -[build-dependencies.sample_component_json_validator_winrt] +[dependencies.sample_component_json_validator_winrt] path = "../json_validator_winrt" diff --git a/crates/tests/component_client/Cargo.toml b/crates/tests/component_client/Cargo.toml index cbdcbb9d0c..4319a0b72a 100644 --- a/crates/tests/component_client/Cargo.toml +++ b/crates/tests/component_client/Cargo.toml @@ -17,5 +17,5 @@ features = [ # TODO: this causes a warning about lack of linkage target. The point is to ensure that this binary dependency is built first but # Cargo doesn't respect cdylib targets. https://github.com/rust-lang/cargo/issues/7825 -[build-dependencies.test_component] +[dependencies.test_component] path = "../component"