stevenarella icon indicating copy to clipboard operation
stevenarella copied to clipboard

cargo install rebuilds after cargo build

Open txtsd opened this issue 3 years ago • 0 comments

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?

txtsd avatar Feb 13 '22 06:02 txtsd