cargo-binstall
cargo-binstall copied to clipboard
When cargo#11384 lands: use uplifted dwp in release builds
Currently dwp (debuginfo packages on linux) are in the target/deps
folder, and we fetch them from there. When https://github.com/rust-lang/cargo/pull/11384 lands we'll be able to fetch them from a stable name instead. See justfile
Note that the PR is replaced by https://github.com/rust-lang/cargo/pull/11572
@passcod Seems like that this is now supported in cargo v1.69.0