rust-lightning/lightning
Matt Corallo efbaa41fae Stop relying on Hash{Set,Map}::from_iter directly
In the next commit we'll bump the `hashbrown` version, which no
longer randomizes its hasher by default. Thus, we'll need to call
a different constructor in no-std builds from std builds.

Here we do a quick prefactor to use wrappers for `FromIterator`
constructors instead of calling the tables directly to make the
version bump changeset smaller.
2024-02-02 18:04:51 +00:00
..
src Stop relying on Hash{Set,Map}::from_iter directly 2024-02-02 18:04:51 +00:00
Cargo.toml Bump versions to LDK 0.0.121/invoice 0.29 2024-01-22 22:32:30 +00:00