rust2rpm/data
Josh Stone b4581d8f5b Use cargo install --no-track with cargo 1.41
In cargo 1.41, `cargo install` adds a new `.crates2.json` file in the
install root for tracking version upgrades. This would be another file
that `%cargo_install` should remove afterward, but there is also a new
`--no-track` option which disables such metadata files altogether.

This update should be coordinated with the Rust toolchain update in the
distro, e.g. with rust-packaging `Requires: cargo >= 1.41`. The new
option will be rejected as an unstable option on earlier versions.
2020-01-30 22:02:59 -08:00
..
cargo.attr inspector: Add support for multiple features 2019-12-16 08:02:47 +01:00
macros.cargo Use cargo install --no-track with cargo 1.41 2020-01-30 22:02:59 -08:00
macros.rust Pass --cap-lints=warn to the RUSTFLAGS 2019-12-03 19:11:20 +01:00
macros.rust-srpm Implement %__cargo_skip_build 2019-06-09 16:00:25 +02:00