Codebase list rust-libslirp / 42e7f7c
object - revert upstream bump of hashbrown Peter Michael Green 1 year, 3 months ago
3 changed file(s) with 15 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
66 use-endianness-for-resource-names.patch as they are now incorporated
77 upstream
88 * Set test_is_broken = false for the unstable-all feature.
9 * Revert upstream bump of hashbrown dependency.
910
1011 -- Peter Michael Green <plugwash@debian.org> Mon, 02 Jan 2023 09:02:14 +0000
1112
0 Index: object/Cargo.toml
1 ===================================================================
2 --- object.orig/Cargo.toml
3 +++ object/Cargo.toml
4 @@ -48,7 +48,7 @@ version = "1.0.13"
5 optional = true
6
7 [dependencies.hashbrown]
8 -version = "0.13.1"
9 +version = "0.12.0"
10 features = ["ahash"]
11 optional = true
12 default-features = false
22 remove-rustc-dep-of-std.patch
33 disable-tests-missing-testdata.patch
44 bump-old-deps.patch
5 relax-dep.patch