|
/Cargo.lock export-ignore |
This breaks distro packaging and reproducible builds. It's not the right solution, sorry. Just update the lock file to get fresh dependencies that work with Rust 1.80 and commit that. What happened with Rust 1.80 was an upstream snafu and not your fault, but this is quite unusual in the ecosystem and this breaks more things than it fixes.
A patch release with this dropped so people can just build out of the box again including cargo build --release --locked would be appreciated.
dua-cli/.gitattributes
Line 1 in 2ef583d
This breaks distro packaging and reproducible builds. It's not the right solution, sorry. Just update the lock file to get fresh dependencies that work with Rust 1.80 and commit that. What happened with Rust 1.80 was an upstream snafu and not your fault, but this is quite unusual in the ecosystem and this breaks more things than it fixes.
A patch release with this dropped so people can just build out of the box again including
cargo build --release --lockedwould be appreciated.