We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tier = 2
1 parent 0897684 commit 49fbb93Copy full SHA for 49fbb93
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