We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0897684 + 49fbb93 commit 730c07eCopy full SHA for 730c07e
Cargo.toml
@@ -10,7 +10,9 @@ debug = true
10
11
# See https://github.com/coreos/cargo-vendor-filterer
12
[workspace.metadata.vendor-filter]
13
-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)
14
+platforms = ["*-unknown-linux-gnu"]
15
+tier = "2"
16
all-features = true
17
exclude-crate-paths = [ { name = "libz-sys", exclude = "src/zlib" },
18
{ name = "libz-sys", exclude = "src/zlib-ng" },
0 commit comments