Skip to content

1.1.7 have breaking change about feature zlib-rs #517

@youknowone

Description

@youknowone
-zlib-rs = ["any_zlib", "libz-rs-sys"]
+zlib-rs = ["any_impl", "dep:zlib-rs"]

zlib-rs doesn't enable any_zlib anymore, so APIs under any_zlib like Compress::new_gzip, Compress::set_dictionary became unexisting.

introduced by 5b24d98 (#513)

I assume this might be intended, but it is surprising change between 1.1.5 -> 1.1.7 because I can't pin the version as 1.1

What will be the migration guide in that case?

related: #515

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions