Skip to content

Conversation

@ethowitz
Copy link
Owner

@ethowitz ethowitz commented Oct 26, 2025

Fixes a bug where public items from lib targets were not accessible to
bin/test targets in the same crate. This is accomplished by including
any lib targets in a given crate as dependencies of bin/test targets in
the same crate.

Fixes #28

Fixes a bug where public items from lib targets were not accessible to
bin/test targets in the same crate. This is accomplished by including
any lib targets in a given crate as dependencies of bin/test targets in
the same crate.
@ethowitz ethowitz merged commit fa5e5b6 into main Oct 26, 2025
7 checks passed
@ethowitz ethowitz deleted the fix-intra-crate-dependencies branch October 26, 2025 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Intra-crate target dependencies are not handled

2 participants