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.
_zstd
1 parent cff40b2 commit bca7d94Copy full SHA for bca7d94
src/validation.rs
@@ -803,7 +803,8 @@ const GLOBAL_EXTENSIONS_WINDOWS: &[&str] = &[
803
"winsound",
804
];
805
806
-const GLOBAL_EXTENSIONS_WINDOWS_3_14: &[&str] = &["_wmi"];
+// TODO(zanieb): Move `_zstd` to non-Windows specific once we add support on Unix.
807
+const GLOBAL_EXTENSIONS_WINDOWS_3_14: &[&str] = &["_wmi", "_zstd"];
808
809
const GLOBAL_EXTENSIONS_WINDOWS_PRE_3_13: &[&str] = &["_msi"];
810
0 commit comments