andfoy / winpty-rs

Create and spawn processes inside a pseudoterminal in Windows from Rust
Other
23 stars 7 forks source link

Update enum-primitive-derive requirement from 0.2.2 to 0.3.0 #65

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 1 year ago

Updates the requirements on enum-primitive-derive to permit the latest version.

Changelog

Sourced from enum-primitive-derive's changelog.

ChangeLog

0.2.2

Changed

  • Switch to using core instead of std for no-std support

0.2.1

Added

  • support TryFrom

0.2.0 (yanked)

Changed

  • Upgrade syn and quote to 1.0
  • add a better diagnostic for the case where a discriminant isn't specified for an enum
  • Move unnecessary num-traits dependency to dev-dependencies
  • Migrate to Rust 2018 edition

0.1.2

Changed

  • drop extern crate core; as core is unused

0.1.1

Added

  • Support for more casts on discriminants

0.1.0

Initial version

Commits
  • d2097b9 (cargo-release) version 0.3.0
  • 09c2d11 Merge branch 'fix-enums-with-the-error-variant' into 'master'
  • 7ca4ea8 Remove the "minimal-versions" for the Cargo.lock generation.
  • 0cc3907 Rename the gitlab ci build job from 1.34 to 1.56
  • b921119 Remove the Cargo.lock from .gitignore.
  • 3515c7b Specify the minimum rust version in the Cargo.toml
  • 83405d6 Bump MSRV to 1.56 and edition = 2021.
  • d2f1612 Fix the bug with the enums having "Error" variant.
  • c18e400 Merge branch 'ImajinDevon-master-patch-67190' into 'master'
  • 3ea1dc7 Update README.md
  • 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.