Skip to content

Commit

Permalink
Add reference for spurious warning about cdylib dependency (#2545)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr authored Jun 20, 2023
1 parent 3267a0a commit 9fbbdab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tests/component_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 9fbbdab

Please sign in to comment.