Skip to content

Releases: taiki-e/pin-project

1.1.5

05 Mar 16:48
Compare
Choose a tag to compare
  • Suppress unused_qualifications lint in generated code.

1.1.4

25 Jan 15:44
Compare
Choose a tag to compare
  • Suppress clippy::missing_docs_in_private_items and clippy::missing_inline_in_public_items lints in generated code. (#356, thanks @daxpedda)

1.1.3

06 Aug 03:05
Compare
Choose a tag to compare

1.1.2

02 Jul 09:29
Compare
Choose a tag to compare
  • Inline project methods.

1.1.1

29 Jun 17:34
Compare
Choose a tag to compare
  • Fix build error from dependency when built with -Z minimal-versions.

1.1.0

13 May 09:50
Compare
Choose a tag to compare
  • 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)

1.0.12

15 Aug 13:51
Compare
Choose a tag to compare
  • Suppress unused_tuple_struct_fields lint in generated code.

1.0.11

02 Jul 11:59
Compare
Choose a tag to compare

0.4.30

02 Jul 11:55
Compare
Choose a tag to compare

1.0.10

31 Dec 09:43
Compare
Choose a tag to compare
  • Revert the increase of the minimal version of syn that was done in 1.0.9.