From 5fae489717ba240bd30f38bb287950f7e672cea3 Mon Sep 17 00:00:00 2001 From: ne-sted Date: Mon, 20 Nov 2017 13:50:08 +0200 Subject: [PATCH] Update filetype.rs add `zst` extension --- src/info/filetype.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/info/filetype.rs b/src/info/filetype.rs index 7b9fc78..1a4f179 100644 --- a/src/info/filetype.rs +++ b/src/info/filetype.rs @@ -74,7 +74,7 @@ impl FileExtensions { file.extension_is_one_of( &[ "zip", "tar", "Z", "z", "gz", "bz2", "a", "ar", "7z", "iso", "dmg", "tc", "rar", "par", "tgz", "xz", "txz", - "lzma", "deb", "rpm" + "lzma", "deb", "rpm", "zst", ]) }