| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update dependencies to fix bsc#1242681
- Update to version 0.5.16: * Fix wrongly filtered out packages when using --versioned-dirs * feat: add optional dep-kind parameter
- explicitly depend on cargo to pull in latest compiler revision
- Update to 0.5.14: * improvement: add option `--no-default-features` and `--features` * change fieldname types of feature and no-default-features to Vec<String> and bool, respectively * fix: use clap and serde default for new fieldnames * cleanup: replace Option<bool> with default values with bool for all-features * cleanup: add the if-elses for the new cli and config options on add_packages_for_platform too * ci: update nushell to 0.91.0 for vendor tests - Update service file: * use glob so we don't need to edit versions in the _service file.
- Update to 0.5.13 * Add --respect-source-config option * Implement --sync - Use filtered vendor-tarball - Remove cargo_config, which is now part of the vendor-tarball
- Update to 0.5.12 * Warn about unknown keys in Cargo.toml * Correctly handle filtered-out latest versions
- Initial spec for cargo-vendor-filterer 0.5.11