-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Description
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:
- Create a new project with
cargo new --bin test_proj - Add
delay_timer = "0.9.0"to thedependenciessection ofCargo.toml - Run
cargo buildmultiple 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels