rust-lightning/lightning
Elias Rohrer 7e270cbae9
Don't require import of internal macros
Commit f560320b introduced changes that require users of
`impl_writeable_tlv_based`/`impl_writeable_tlv_based_enum` to import
`_encode_varint_length_prefixed_tlv` and `alloc` separately.

Here, we take care of the necessary imports in
`_encode_varint_length_prefixed_tlv` itself, allowing users to just
import the `impl_writeable_tlv_based` variant they need.
2023-08-17 10:50:23 +02:00
..
src Don't require import of internal macros 2023-08-17 10:50:23 +02:00
Cargo.toml Bump crate versions to 0.0.116 release 2023-07-21 20:42:13 +00:00