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

refactor: New variant FeaturesFor::ArtifactDep #11184

Merged
merged 1 commit into from
Oct 12, 2022

Commits on Oct 8, 2022

  1. refactor(features2): new variant FeaturesFor::ArtifactDep

    As the existence of `FeaturesFor` is acting as a key that discriminate
    activated features for the same package with different circumstances.
    Artifact dependencies deserve its own variant and it makes things clear to me.
    
    - `NormalOrDevOrArtifactTarget(None)` ->  `NormalOrDev`
    - `NormalOrDevOrArtifactTarget(Some(Target))` -> `ArtifactDep(Target)`
    weihanglo committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    cc204e8 View commit details
    Browse the repository at this point in the history