Build script makes cargo rebuild each time when used as lib · Issue #326 · feather-rs/feather · GitHub
Skip to content

Build script makes cargo rebuild each time when used as lib #326

Description

@LordMZTE

I use feather-network as a dependency in my project like this feather-network = { git = "https://github.com/feather-rs/feather.git", tag = "v0.6.0" }. However, each time I run cargo build or cargo check, feather is rebuilt. This makes development painstakingly slow. It appears that this is caused by this build script which redownloads files on each build.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions