You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since a recent cargo update ( I don't know which ), cargo build / cargo run rebuilds my project unconditionally every time. It doesn't rebuild the dependencies, only the target.
Since a recent cargo update ( I don't know which ),
cargo build
/cargo run
rebuilds my project unconditionally every time. It doesn't rebuild the dependencies, only the target.Reproduction:
I expect that this would only rebuild foo once, but instead, this is the output:
Cargo version:
cargo 0.0.1-pre-nightly (dd7c7bd 2015-03-04) (built 2015-03-04)
Rustc version:
rustc 1.0.0-nightly (b0746ff19 2015-03-05) (built 2015-03-06)
OS:
Linux 3.19.0-1-ARCH #1 SMP PREEMPT Mon Feb 9 07:08:20 CET 2015 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: