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 cfg issues #83

Merged
merged 5 commits into from
Apr 11, 2024
Merged

Fix cfg issues #83

merged 5 commits into from
Apr 11, 2024

Commits on Apr 11, 2024

  1. Fix dependency pairing

    We we were ignoring the cfg of the dependency when locating the krate dependency for a resolved node
    Jake-Shadle committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    1c5dbc2 View commit details
    Browse the repository at this point in the history
  2. Fix additional issue

    Noticed this when adding the new test case, if not filtering targets then expressions that could never evaluate to true were causing graph inclusion
    Jake-Shadle committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    19a4fcb View commit details
    Browse the repository at this point in the history
  3. Fix lint

    Jake-Shadle committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    d78c439 View commit details
    Browse the repository at this point in the history
  4. Fix deny

    Jake-Shadle committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    168aba5 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG

    Jake-Shadle committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    26df453 View commit details
    Browse the repository at this point in the history