Skip to content

Support cargo clean #21

Open
Open
@ehuss

Description

@ehuss

The cargo clean command currently does not know about std dependencies. There are multiple issues here:

  • -p for a user crate doesn't work because the hash is incorrect.
  • -p for a standard library doesn't work because it doesn't know about these dependencies.

I'm inclined to rearchitect how clean works instead of trying to shoehorn these fixes, since there are a number of other problems with how clean works.

Metadata

Metadata

Assignees

No one assigned

    Labels

    implementationImplementation exploration and tracking issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions