Releases: taiki-e/pin-project-lite
Releases · taiki-e/pin-project-lite
0.2.15
0.2.14
0.2.13
- Allow attributes in impl and method of
PinnedDrop
implementation.
0.2.12
0.2.11
- Add support for
#[project(!Unpin)]
. This is equivalent to pin-project's !Unpin option. (#76, thanks @matheus-consoli)
0.2.10
0.2.9
- Improve compile time of
pin_project!
calls. (#71, thanks @nnethercote)
0.2.8
- Fix handling of trailing commas in
PinnedDrop
impl. (#64, thanks @Michael-J-Ward)
0.2.7
- Support custom Drop implementation. See #25 for details.
0.2.6
- Support item attributes in any order. (#57, thanks @SabrinaJewson)