Skip to content

Commit

Permalink
Merge pull request #322 from passware/features/zlib-default
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Apr 23, 2023
2 parents 4f33b5a + 6c86c6c commit a9100e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ quickcheck = { version = "1.0", default-features = false }
default = ["rust_backend"]
any_zlib = [] # note: this is not a real user-facing feature
zlib = ["any_zlib", "libz-sys"]
zlib-default = ["any_zlib", "libz-sys/default"]
zlib-ng-compat = ["zlib", "libz-sys/zlib-ng"]
zlib-ng = ["any_zlib", "libz-ng-sys"]
cloudflare_zlib = ["any_zlib", "cloudflare-zlib-sys"]
Expand Down

0 comments on commit a9100e5

Please sign in to comment.