Skip to content

Commit

Permalink
Merge pull request #104 from cgwalters/update-vendor-tiering
Browse files Browse the repository at this point in the history
build: use new `tier = 2` from cargo-vendor-filterer
  • Loading branch information
jmarrero committed May 23, 2023
2 parents 0897684 + 49fbb93 commit 730c07e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ debug = true

# See https://github.com/coreos/cargo-vendor-filterer
[workspace.metadata.vendor-filter]
platforms = ["x86_64-unknown-linux-gnu", "aarch64-unknown-linux-gnu", "s390x-unknown-linux-gnu"]
# For now we only care about tier 1+2 Linux. (In practice, it's unlikely there is a tier3-only Linux dependency)
platforms = ["*-unknown-linux-gnu"]
tier = "2"
all-features = true
exclude-crate-paths = [ { name = "libz-sys", exclude = "src/zlib" },
{ name = "libz-sys", exclude = "src/zlib-ng" },
Expand Down

0 comments on commit 730c07e

Please sign in to comment.