rerun
rerun copied to clipboard
Unnecessary build of deps
I noticed that if I change something in a module and do cargo b, it builds everything and takes very long.
To Reproduce Steps to reproduce the behavior:
- Change a rust file in
web_vieweror any -
cargo b - All deps are rebuild
Expected behavior The deps are not rebuild.