From 1e9a6b47823c523c9704f040f377edce1cf2c80c Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 30 May 2023 09:41:33 -0400 Subject: [PATCH] build-sys: Use new tier = 2 for cargo-vendor-filterer While the architecture list here was right today, there's no reason not to just expand our vendoring set. --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9f126cfa..b949f22a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,9 +7,10 @@ authors = ["Colin Walters "] edition = "2021" rust-version = "1.66.0" -# See https://github.com/cgwalters/cargo-vendor-filterer +# See https://github.com/coreos/cargo-vendor-filterer [package.metadata.vendor-filter] -platforms = ["x86_64-unknown-linux-gnu", "aarch64-unknown-linux-gnu"] +platforms = ["*-unknown-linux-gnu"] +tier = "2" [[bin]] name = "bootupd"