Releases: taiki-e/auto_enums
Releases · taiki-e/auto_enums
0.8.8
Immutable
release. Only release title and notes can be modified.
- Enable release immutability.
0.8.7
Immutable
release. Only release title and notes can be modified.
- Update
derive_utilsto 0.15. This uses#[automatically_derived]on generated impls to improve coverage support.
0.8.6
Immutable
release. Only release title and notes can be modified.
- Disable
derivefeature ofsyndependency.
0.8.5
Immutable
release. Only release title and notes can be modified.
- Update
derive_utilsto 0.14. This fixes "overflow evaluating the requirement" error with#[enum_derive]in two situations.
0.8.4
0.8.3
Immutable
release. Only release title and notes can be modified.
-
Update to new coroutine API since nightly-2023-10-21. This renames unstable
generator_traitfeature 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
Immutable
release. Only release title and notes can be modified.
-
Increase the minimum supported Rust version from Rust 1.31 to Rust 1.56.
-
Update minimal version of
proc-macro2to 1.0.60.
0.8.0
Immutable
release. Only release title and notes can be modified.
0.7.12
Immutable
release. Only release title and notes can be modified.
- Exclude unneeded files from crates.io.