Skip to content

Commit

Permalink
Merge pull request #479 from cgwalters/update-vendor-tiering
Browse files Browse the repository at this point in the history
build-sys: Use new tier = 2 for cargo-vendor-filterer
  • Loading branch information
cgwalters committed May 30, 2023
2 parents b1b5bbf + 1e9a6b4 commit 420dc3f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ authors = ["Colin Walters <walters@verbum.org>"]
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"
Expand Down

0 comments on commit 420dc3f

Please sign in to comment.