Skip to content

Commit

Permalink
build(#237): Don't implicitly enable flate2/any_impl, so that error…
Browse files Browse the repository at this point in the history
… when missing a back-end is more readable

Signed-off-by: Chris Hennick <[email protected]>
  • Loading branch information
Pr0methean authored Sep 2, 2024
1 parent 6d39456 commit 751a87f
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 @@ -70,7 +70,7 @@ chrono = ["chrono/default"]
_deflate-any = []
_all-features = [] # Detect when --all-features is used
deflate = ["flate2/rust_backend", "deflate-zopfli", "deflate-flate2"]
deflate-flate2 = ["flate2/any_impl", "_deflate-any"]
deflate-flate2 = ["_deflate-any"]
# DEPRECATED: previously enabled `flate2/miniz_oxide` which is equivalent to `flate2/rust_backend`
deflate-miniz = ["deflate", "deflate-flate2"]
deflate-zlib = ["flate2/zlib", "deflate-flate2"]
Expand Down

0 comments on commit 751a87f

Please sign in to comment.