Skip to content
  • Bastian Köcher's avatar
    Fixes `wasm-builder` rerun if changed logic (#6144) · dee1bfbd
    Bastian Köcher authored
    There was a bug which related in required files not being tracked of
    being modified. This pr fixes this bug by making sure we ignore version
    requirements for path dependencies and git dependencies. This also
    ensures that we only track `.rs` or `.toml` files. Another improvement
    is that we only include paths which don't contain a `Cargo.toml` if this
    `Cargo.toml` does not belongs to the package being processed. This
    prevents that sub-crates are added to the tracked files, while not being
    part of the dependencies.
    dee1bfbd