Skip to content

Add globs for path based dependencies #349

@baszalmstra

Description

@baszalmstra

When a Cargo.toml package has path-based dependencies e.g.:

[dependencies]
my-package = { path = "../my-package" }

changes to my-package do not trigger a rebuild. I think we should extract these dependencies and add globs for them as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    rustRelated to the Rust build backend

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions