Skip to content

delay_timer rebuilds every time. #24

@chaaz

Description

@chaaz

Describe the bug
When cargo build is run on a project that depends on delay-timer, it will always rebuild, even if no changes have been made.

To Reproduce
Steps to reproduce the behavior:

  1. Create a new project with cargo new --bin test_proj
  2. Add delay_timer = "0.9.0" to the dependencies section of Cargo.toml
  3. Run cargo build multiple times in succession

Every time cargo build is run, both delay_timer and the test_proj itself are recompiled.

Expected behavior
cargo build should not recompile anything if there have been no changes since the last compile.

Screenshots
N/A

Desktop (please complete the following information):

  • OS: ubuntu 20
  • delay_timer version: 0.9.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions