rust-lightning/lightning
Matt Corallo e5c0c62c17 [bindings] Drop the lifetime bound on Record for bindings builds
Because log `Record`s are now being passed by ownership to `log`,
the bindings get quite annoyed that there's a lifetime hanging
around. We already don't use this lifetime in bindings (the
`FormatArgs` is converted to a string and stored on the heap), so
we can just drop the lifetime, even though it requires some
macro'ing of the struct definition to do so.
2024-01-24 23:17:43 +00:00
..
src [bindings] Drop the lifetime bound on Record for bindings builds 2024-01-24 23:17:43 +00:00
Cargo.toml Bump versions to LDK 0.0.121/invoice 0.29 2024-01-22 22:32:30 +00:00