rust-lightning/ci
Matt Corallo 3096061bef Drop ahash dependency in favor of core's SipHasher
https://github.com/tkaitchuck/aHash/pull/196 bumped the MSRV of
`ahash` in a patch release, which makes it rather difficult for us
to have it as a dependency.

Further, it seems that `ahash` hasn't been particularly robust in
the past, notably
https://github.com/tkaitchuck/aHash/issues/163 and
https://github.com/tkaitchuck/aHash/issues/166.

Luckily, `core` provides `SipHasher` even on no-std (sadly its
SipHash-2-4 unlike the SipHash-1-3 used by the `DefaultHasher` in
`std`). Thus, we drop the `ahash` dependency entirely here and
simply wrap `SipHasher` for our `no-std` HashMaps.
2024-02-16 20:34:41 +00:00
..
check-cfg-flags.py Drop ahash dependency in favor of core's SipHasher 2024-02-16 20:34:41 +00:00
check-compiles.sh Add a c_bindings test to check-compiles.sh as it should build 2023-07-20 21:43:52 +00:00
check-each-commit.sh Check each commit at least builds in CI 2020-09-15 19:24:08 -04:00
ci-tests.sh Drop reqwest pin 2024-02-12 10:42:10 +01:00