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"