From b77106b526930990f51a306fd70cd00856f481e8 Mon Sep 17 00:00:00 2001 From: Igor Tolmachev Date: Fri, 12 Jul 2024 21:40:08 +0900 Subject: Add zstd compression and fix bugs --- tests/zip.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/zip.rs') diff --git a/tests/zip.rs b/tests/zip.rs index 3bce58a..b9291fc 100644 --- a/tests/zip.rs +++ b/tests/zip.rs @@ -12,7 +12,7 @@ fn test_zip() { .iter() .map(|f| &f.name) .collect::>(), - vec!["bzip", "deflate", "lzma", "store", "xz"] + vec!["bzip", "deflate", "lzma", "store", "xz", "zstd"] ); let mut f = archive.get_file_reader("store").unwrap(); -- cgit v1.2.3