Skip to content

Commit

Permalink
Revert "Remove zstd feature, since it's gpl"
Browse files Browse the repository at this point in the history
This reverts commit c98e688.
This is actually a dual-license, and we're allowed to select BSD.
  • Loading branch information
jssblck committed Jun 5, 2024
1 parent cf4267c commit 312849c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 312849c

Please sign in to comment.