Package: rust-zstd-safe / 7.2.4-1

Metadata

Package Version Patches format
rust-zstd-safe 7.2.4-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix test zdict builder.diff | (download)

src/tests.rs | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 add cfg for test requiring zdict_builder feature
remove unavailable features.diff | (download)

Cargo.toml | 8 0 + 8 - 0 !
1 file changed, 8 deletions(-)

 remove unavailable features
 As we use Debian packaged libzstd not the bundled, some features are
 not (can not be) enabled at build time and unavailable, or made no-op:
 .
 - debug, fat-lto, no_asm, thin, thin-lto: removed in zstd-sys
 - bindgen: nonexistent in zstd-sys
 - pkg-config, legacy: no-op in zstd-sys