From 312849c15e44b14c5d5c637739c155dafa7e26dd Mon Sep 17 00:00:00 2001 From: Jessica Black Date: Wed, 5 Jun 2024 01:37:00 -0700 Subject: [PATCH] Revert "Remove `zstd` feature, since it's gpl" This reverts commit c98e688e4a6585798e2b6f38994b2a8970a75a45. This is actually a dual-license, and we're allowed to select BSD. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4756abc..fe3db20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ thiserror = "1.0.31" sha2 = "0.10.6" hex = { version = "0.4.3", optional = true } base64 = { version = "0.22.1", optional = true } -zip = { version = "2.1.2", default-features = false, features = ["bzip2", "deflate64", "deflate", "lzma"] } +zip = "2.1.2" strum = { version = "0.26.2", features = ["derive"] } alphanumeric-sort = "1.5.3" tap = "1.0.1"