Releases: taiki-e/pin-project
Releases · taiki-e/pin-project
0.4.12
0.4.11
0.4.10
- Added
project_replace
method and#[project_replace]
attribute.
project_replace
method is optional and can be enabled by passing theReplace
argument to#[pin_project]
attribute.
See the documentation for more details.