Codebase list rust-stfu8 / 6729ecd
zstd-safe - re-enable std feature. Peter Michael Green 1 year, 5 months ago
3 changed file(s) with 12 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 rust-zstd-safe (5.0.2-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package zstd-safe 5.0.2+zstd.1.5.2 from crates.io using debcargo 2.6.0
4 * Re-enable std feature (Closes: #1025101)
5
6 -- Peter Michael Green <plugwash@debian.org> Thu, 01 Dec 2022 01:33:01 +0000
7
08 rust-zstd-safe (5.0.2-1) unstable; urgency=medium
19
210 * Package zstd-safe 5.0.2+zstd.1.5.2 from crates.io using debcargo 2.5.0
1111 be correct information so you should review and fix this before uploading to
1212 the archive.
1313
14 Files: ./LICENSE.Mit
14 Files: LICENSE.Mit
1515 Copyright: 2016 Alexandre Bury
1616 License: UNKNOWN-LICENSE; FIXME (overlay)
1717 Comment:
00 Description: Remove unavailable features
11 As we use Debian packaged libzstd instead of building the bundled,
22 such features are not enabled at build time and unavailable.
3 Last-Update: 2022-09-07
3 Last-Update: 2022-12-01
44 ---
55 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
66 --- a/Cargo.toml
77 +++ b/Cargo.toml
8 @@ -48,18 +48,11 @@
8 @@ -48,18 +48,12 @@
99 [features]
1010 arrays = []
1111 bindgen = []
2020 -legacy = ["zstd-sys/legacy"]
2121 -no_asm = ["zstd-sys/no_asm"]
2222 pkg-config = []
23 -std = ["zstd-sys/std"]
23 std = ["zstd-sys/std"]
2424 -thin = ["zstd-sys/thin"]
2525 zdict_builder = ["zstd-sys/zdict_builder"]
2626 -zstdmt = ["zstd-sys/zstdmt"]