Releases: taiki-e/auto_enums
Releases · taiki-e/auto_enums
0.8.6
0.8.5
- Update
derive_utils
to 0.14. This fixes "overflow evaluating the requirement" error with#[enum_derive]
in two situations.
0.8.4
0.8.3
-
Update to new coroutine API since nightly-2023-10-21. This renames unstable
generator_trait
feature tocoroutine_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
0.8.1
-
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
0.7.12
- Exclude unneeded files from crates.io.
0.7.11
0.7.10
- Documentation improvements.