Package: rust-indexmap / 2.2.6-1

Metadata

Package Version Patches format
rust-indexmap 2.2.6-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
drop rustc rayon.diff | (download)

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

 drop rustc-rayon feature

I believe the rustc-rayon feature is only useful for building the
rustc compiler (it was added in indexmap 1.7.1), and my understanding
is that rustc in debian is *not* built from debcargo-produced crates.

So rather than intrdoucing an additional feature-related binary
package, which would cause a trip through the NEW queue, i'm just
stripping it out.

Another approach that avoids the new binary package, if it turns out
that stripping this feature causes problems, would be to add
collapse_features=true to debian/debcargo.toml.



drop quickcheck.diff | (download)

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

---
relax itertools.patch | (download)

Cargo.toml | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

---
fix tests no default features.patch | (download)

benches/bench.rs | 1 1 0 - 0 !
benches/faststring.rs | 1 1 0 - 0 !
src/map.rs | 2 1 1 - 0 !
src/map/slice.rs | 2 1 1 - 0 !
src/rayon/map.rs | 2 1 1 - 0 !
src/rayon/set.rs | 2 1 1 - 0 !
src/set.rs | 2 1 1 - 0 !
src/set/slice.rs | 2 1 1 - 0 !
tests/equivalent_trait.rs | 1 1 0 - 0 !
tests/macros_full_path.rs | 1 1 0 - 0 !
tests/quick.rs | 1 1 0 - 0 !
tests/tests.rs | 1 1 0 - 0 !
12 files changed, 12 insertions( ), 6 deletions(-)

---
remove borsh.patch | (download)

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

---