Package: rust-ahash / 0.8.12-1
Metadata
Package | Version | Patches format |
---|---|---|
rust-ahash | 0.8.12-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
1001_bench_overflow.patch | (download) |
tests/bench.rs |
24 12 + 12 - 0 ! |
disable seemingly unused overflowing additions in tests |
1002_fence_tests.patch | (download) |
src/lib.rs |
3 3 + 0 - 0 ! |
add feature fencing to test |
2001_getrandom.patch | (download) |
Cargo.toml |
2 1 + 1 - 0 ! |
use older branch of crate getrandom This essentially reverts upstream git commit 08a2be6. |
2001_pcg mwc.patch | (download) |
Cargo.toml |
1 0 + 1 - 0 ! |
avoid test-only not-in-debian crate pcg-mwc |
2001_zerocopy.patch | (download) |
Cargo.toml |
2 1 + 1 - 0 ! |
use older branch of crate zerocopy This essentially reverts upstream git commit 7dbeb5b. |
2002_no_benches.patch | (download) |
Cargo.toml |
15 0 + 15 - 0 ! |
avoid running benchmarks Benches are unusually registered as tests, |
2002_no_nightly.patch | (download) |
Cargo.toml |
3 0 + 3 - 0 ! |
avoid nightly-only feature nightly-arm-aes |