Skip to content

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

@LordMZTE

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.

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