Skip to content

Releases: taiki-e/pin-project

0.4.0-alpha.6

01 Sep 09:57
cce010f
Compare
Choose a tag to compare

0.4.0-alpha.5

0.4.0-alpha.4

23 Aug 07:04
Compare
Choose a tag to compare
0.4.0-alpha.4 Pre-release
Pre-release
  • Avoided clippy::drop_bounds lint in generated code.

0.4.0-alpha.3

0.3.5

14 Aug 07:11
Compare
Choose a tag to compare
  • Updated proc-macro2, syn, and quote to 1.0.

0.4.0-alpha.2

13 Aug 18:15
Compare
Choose a tag to compare
0.4.0-alpha.2 Pre-release
Pre-release
  • Updated proc-macro2, syn, and quote to 1.0.

0.4.0-alpha.1

11 Aug 15:50
Compare
Choose a tag to compare
0.4.0-alpha.1 Pre-release
Pre-release
  • Pin projection has become a safe operation.

  • #[unsafe_project] has been replaced with #[pin_project].

  • The Unpin argument has been removed - an Unpin impl is now generated by default.

  • Drop impls must be specified with #[pinned_drop] instead of via a normal Drop impl.

  • Unpin impls must be specified with an impl of UnsafeUnpin, instead of implementing the normal Unpin trait.

  • Made #[project] attribute disabled by default.

See also tracking issue for 0.4 release.