Peternator7 / strum

A small rust library for adding custom derives to enums
https://crates.io/crates/strum
MIT License
1.8k stars 151 forks source link

Update enum_variant_type requirement from =0.2.0 to =0.3.1 #342

Open dependabot[bot] opened 8 months ago

dependabot[bot] commented 8 months ago

Updates the requirements on enum_variant_type to permit the latest version.

Changelog

Sourced from enum_variant_type's changelog.

0.3.1 (2021-12-22)

  • Import all items from parent scope when generating structs in submodule. (#9)

#9: azriel91/enum_variant_type#9

0.3.0 (2021-12-18)

  • #[evt(derive(..))] on enum adds derives on every variant. (#6, #7)
  • #[evt(module = "module1")] generates structs inside mod module1. (#5, #7)
  • #[evt(implement_marker_traits(MarkerTrait1))] on enum generates impl MarkerTrait1 for all generated structs. (#7)

#5: azriel91/enum_variant_type#5 #6: azriel91/enum_variant_type#6 #7: azriel91/enum_variant_type#7

0.2.1 (2021-04-24)

  • no-std support by default. (#2, #3)

#2: azriel91/enum_variant_type#2 #3: azriel91/enum_variant_type#3

0.2.0 (2020-01-13)

  • Allow variants to be skipped using #[evt(skip)].
  • Breaking: #[evt(..)] specifies the attributes to attach to the generated type (previously #[evt_attr(..)]).

0.1.0 (2020-01-10)

  • Generates unit, tuple, named struct for each enum variant.
  • impl From<EnumVariantType> for Enum.
  • impl TryFrom<Enum, Error = Enum> for EnumVariantType.
  • #[cfg(..)], #[doc = ".."], #[allow(..)], #[deny(..)] attributes are copied from the variant.
  • #[evt_attr(..)] specifies the attributes to attach to the generated type.
Commits
  • 1b3f69d Update crate to 0.3.1.
  • ba32d58 Merge pull request #9 from kaleidawave/module-gen-fixes
  • 74f873f Module generation import fix
  • 63fc9d0 Merge pull request #8 from azriel91/meta/release-0-3-0
  • a0643c6 Set code coverage as informational.
  • 9e1c68e Update crate to 0.3.0.
  • 1d64491 Update CHANGELOG.md.
  • 9f16b02 Merge pull request #7 from kaleidawave/master
  • fc4f31d Update dependencies.
  • 29d26ca Switch from travis and appveyor to github actions.
  • Additional commits viewable in compare view


You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.