Codebase list rust-half / 22c30e2
tinyvec - disable real_blackbox feature. Peter Michael Green 1 year, 2 months ago
4 changed file(s) with 33 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 rust-tinyvec (1.6.0-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package tinyvec 1.6.0 from crates.io using debcargo 2.6.0
4 * Disable real_blackbox feature, it fails to build at present and nothing
5 depends on it. It appears to only be intended for testing use anyway.
6
7 -- Peter Michael Green <plugwash@debian.org> Sat, 11 Feb 2023 20:34:15 +0000
8
09 rust-tinyvec (1.6.0-1) unstable; urgency=medium
110
211 * Package tinyvec 1.6.0 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-ZLIB.md
14 Files: LICENSE-ZLIB.md
1515 Copyright: 2019 Daniel "Lokathor" Gee.
1616 License: UNKNOWN-LICENSE; FIXME (overlay)
1717 Comment:
2020
2121 Files: debian/*
2222 Copyright:
23 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2022 Reinhard Tartler <siretart@tauware.de>
23 2022-2023 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2022-2023 Reinhard Tartler <siretart@tauware.de>
2525 License: Zlib or Apache-2.0 or MIT
2626
2727 License: Apache-2.0
0 Index: tinyvec/Cargo.toml
1 ===================================================================
2 --- tinyvec.orig/Cargo.toml
3 +++ tinyvec/Cargo.toml
4 @@ -75,7 +75,6 @@ name = "smallvec"
5 harness = false
6 required-features = [
7 "alloc",
8 - "real_blackbox",
9 ]
10
11 [dependencies.arbitrary]
12 @@ -106,7 +105,6 @@ default = []
13 experimental_write_impl = []
14 grab_spare_slice = []
15 nightly_slice_partition_dedup = []
16 -real_blackbox = ["criterion/real_blackbox"]
17 rustc_1_40 = []
18 rustc_1_55 = ["rustc_1_40"]
19 rustc_1_57 = ["rustc_1_55"]
0 disable-real-blackbox.patch