Codebase list rust-stfu8 / e5fc049
hashbrown: new release - needed for ordered-multimap Doesn't seem to be used by anything else Sylvestre Ledru 3 years ago
5 changed file(s) with 42 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 rust-hashbrown (0.9.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package hashbrown 0.9.1 from crates.io using debcargo 2.4.4-alpha.0
4
5 -- Sylvestre Ledru <sylvestre@debian.org> Tue, 22 Dec 2020 16:50:07 +0100
6
07 rust-hashbrown (0.1.8-1) unstable; urgency=medium
18
29 * Package hashbrown 0.1.8 from crates.io using debcargo 2.2.9
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: hashbrown
22 Upstream-Contact: Amanieu d'Antras <amanieu@gmail.com>
3 Source: https://github.com/Amanieu/hashbrown
3 Source: https://github.com/rust-lang/hashbrown
44
55 Files: *
66 Copyright: FIXME (overlay) UNKNOWN-YEARS Amanieu d'Antras <amanieu@gmail.com>
2020
2121 Files: debian/*
2222 Copyright:
23 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2019 Ximin Luo <infinity0@debian.org>
23 2019-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2019-2020 Ximin Luo <infinity0@debian.org>
2525 License: Apache-2.0 or MIT
2626
2727 License: Apache-2.0
00 overlay = "."
11 uploaders = ["Ximin Luo <infinity0@debian.org>"]
2 collapse_features = true
0 Index: hashbrown/Cargo.toml
1 ===================================================================
2 --- hashbrown.orig/Cargo.toml
3 +++ hashbrown/Cargo.toml
4 @@ -24,10 +24,10 @@ license = "Apache-2.0/MIT"
5 repository = "https://github.com/rust-lang/hashbrown"
6 [package.metadata.docs.rs]
7 features = ["nightly", "rayon", "serde", "raw"]
8 -[dependencies.ahash]
9 -version = "0.4.4"
10 -optional = true
11 -default-features = false
12 +#[dependencies.ahash]
13 +#version = "0.4.4"
14 +#optional = true
15 +#default-features = false
16
17 [dependencies.alloc]
18 version = "1.0.0"
19 @@ -71,8 +71,8 @@ version = "=1.0"
20 version = "1.0"
21
22 [features]
23 -ahash-compile-time-rng = ["ahash/compile-time-rng"]
24 -default = ["ahash", "inline-more"]
25 +#ahash-compile-time-rng = ["ahash/compile-time-rng"]
26 +default = ["inline-more"]
27 inline-more = []
28 nightly = []
29 raw = []
0 disable-ahash-dep.diff