Skip to content

Commit

Permalink
Update enum-primitive-derive requirement from 0.2.2 to 0.3.0
Browse files Browse the repository at this point in the history
Updates the requirements on [enum-primitive-derive](https://gitlab.com/cardoe/enum-primitive-derive) to permit the latest version.
- [Changelog](https://gitlab.com/cardoe/enum-primitive-derive/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/cardoe/enum-primitive-derive/compare/v0.2.2...v0.3.0)

---
updated-dependencies:
- dependency-name: enum-primitive-derive
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 22, 2023
1 parent 4c52d78 commit 1ca2a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/andfoy/winpty-rs"
keywords = ["windows", "pty", "winpty", "conpty", "pseudoterminal"]

[dependencies]
enum-primitive-derive = "0.2.2"
enum-primitive-derive = "0.3.0"
num-traits = "0.2"
bitflags = "2.3"

Expand Down

0 comments on commit 1ca2a73

Please sign in to comment.