Package: rust-indexmap / 2.11.4-1

Metadata

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

Patch series

view the series file
Patch File delta Description
disable optional deps.patch | (download)

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

---
no benches.patch | (download)

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

---
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(-)

---
relax deps.patch | (download)

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

---
use serde not serde core.patch | (download)

Cargo.toml | 10 2 + 8 - 0 !
src/lib.rs | 4 2 + 2 - 0 !
src/map/serde_seq.rs | 10 5 + 5 - 0 !
src/serde.rs | 6 3 + 3 - 0 !
4 files changed, 12 insertions(+), 18 deletions(-)

---