stevenarella
stevenarella copied to clipboard
cargo install rebuilds after cargo build
So I run cargo build --release and then cargo install --path . thinking the install task will have significantly less work to do, however it rebuilds the entire codebase all over again.
What's the correct way to build and then install?