Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: only look one level for workspace dependencies #18

Merged
merged 2 commits into from
Feb 15, 2025

Conversation

BenJeau
Copy link
Owner

@BenJeau BenJeau commented Feb 15, 2025

Changes

  • don't recursively look at workspace dependencies, only the first during the first pass should be good enough since you cannot have nested workspaces in Rust

Linked Issues

fixes #17

@BenJeau BenJeau merged commit fe1e912 into main Feb 15, 2025
7 checks passed
@BenJeau BenJeau deleted the fix-recursive-issue branch February 15, 2025 16:31
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.

Workspace that includes "." causes infinite recursion
1 participant