Pin Project Versions Save

A crate for safe and ergonomic pin-projection.

v1.1.5

2 months ago
  • Suppress unused_qualifications lint in generated code.

v1.1.4

3 months ago
  • Suppress clippy::missing_docs_in_private_items and clippy::missing_inline_in_public_items lints in generated code. (#356, thanks @daxpedda)

v1.1.3

9 months ago
  • Hide documentation of the Unpin implementation for !Unpin option to work around rustdoc issue. (#355, thanks @matheus-consoli)

v1.1.2

10 months ago
  • Inline project methods.

v1.1.1

10 months ago
  • Fix build error from dependency when built with -Z minimal-versions.

v1.1.0

1 year ago
  • Update syn dependency to 2. This increase the minimum supported Rust version from Rust 1.37 to Rust 1.56. (#352, #354, thanks @maurer and @daxpedda)

v1.0.12

1 year ago
  • Suppress unused_tuple_struct_fields lint in generated code.

v1.0.10

2 years ago
  • Revert the increase of the minimal version of syn that was done in 1.0.9.