Skip to content

Releases: taiki-e/auto_enums

0.8.5

27 Jan 12:36
Compare
Choose a tag to compare
  • Update derive_utils to 0.14. This fixes "overflow evaluating the requirement" error with #[enum_derive] in two situations.

0.8.4

14 Jan 06:59
Compare
Choose a tag to compare
  • Add support for http_body1::Body. (#161, thanks @nwtgck)

0.8.3

21 Oct 03:51
Compare
Choose a tag to compare
  • Update to new coroutine API since nightly-2023-10-21. This renames unstable generator_trait feature to coroutine_trait. The old cargo feature name is kept as a deprecated alias and will be removed in the next breaking release. (daf9165)

  • Recognize full path to std types/functions. (28507ca)

0.8.2

10 Aug 02:54
Compare
Choose a tag to compare

0.8.1

29 Jun 18:49
Compare
Choose a tag to compare
  • Increase the minimum supported Rust version from Rust 1.31 to Rust 1.56.

  • Update minimal version of proc-macro2 to 1.0.60.

0.8.0

10 Dec 16:45
Compare
Choose a tag to compare
  • Remove futures feature. Use futures03 feature instead. (#124)

  • Merge auto_enums_core and auto_enums_derive crates into main auto_enums crate. (#123)

  • Forbid custom Unpin/Drop impl if trait has Pin<&mut self> receiver. See #135 for more.

  • Update derive_utils to 0.12. (#135)

0.7.12

05 Jan 12:17
Compare
Choose a tag to compare
  • Exclude unneeded files from crates.io.

0.7.11

0.7.10

15 Nov 00:32
Compare
Choose a tag to compare
  • Documentation improvements.

0.7.9

06 Nov 12:24
Compare
Choose a tag to compare
  • Update derive_utils to 0.11.