Skip to content

Commit 730c07e

Browse files
authored
Merge pull request #104 from cgwalters/update-vendor-tiering
build: use new `tier = 2` from cargo-vendor-filterer
2 parents 0897684 + 49fbb93 commit 730c07e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ debug = true
1010

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

0 commit comments

Comments
 (0)