rust-lightning/lightning
Matt Corallo 95eb2b52be Inline generic bounds rather than using the where clause
The bindings generator is pretty naive in its generic resolution
and doesn't like `where` clauses for bounds that are simple traits.
This should eventually change, but for now its simplest to just
inline the relevant generic bounds.
2022-09-12 16:26:58 +00:00
..
src Inline generic bounds rather than using the where clause 2022-09-12 16:26:58 +00:00
Cargo.toml Update bitcoin crate to 0.29.0 2022-08-11 00:21:26 +02:00