Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
Default deflate to flate2/rust_backend (miniz_oxide)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpas committed Jun 20, 2019
1 parent c30d7c3 commit c82a635
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ rand = "0.4"
walkdir = "1.0"

[features]
deflate = ["flate2/default"]
deflate = ["flate2/rust_backend"]
deflate-miniz = ["flate2/default"]
deflate-zlib = ["flate2/zlib"]
deflate-rust = ["flate2/rust_backend"]
default = ["bzip2", "deflate", "time"]

[[bench]]
Expand Down

0 comments on commit c82a635

Please sign in to comment.