Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update enum_variant_type requirement from =0.2.0 to =0.3.1 #342

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 10, 2024

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

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 <dependency name> 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)

Updates the requirements on [enum_variant_type](https://github.com/azriel91/enum_variant_type) to permit the latest version.
- [Changelog](https://github.com/azriel91/enum_variant_type/blob/master/CHANGELOG.md)
- [Commits](azriel91/enum_variant_type@0.2.0...0.3.1)

---
updated-dependencies:
- dependency-name: enum_variant_type
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants