Skip to content

Commit

Permalink
Update proc-macro-crate requirement from 1 to 2
Browse files Browse the repository at this point in the history
Updates the requirements on [proc-macro-crate](https://github.com/bkchr/proc-macro-crate) to permit the latest version.
- [Release notes](https://github.com/bkchr/proc-macro-crate/releases)
- [Commits](bkchr/proc-macro-crate@v1.2.0...v2.0.0)

---
updated-dependencies:
- dependency-name: proc-macro-crate
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 9, 2023
1 parent 4a0c8e1 commit 2416c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enumset_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ darling = { version = "0.20", default-features = false }
syn = "2"
quote = "1"
proc-macro2 = "1"
proc-macro-crate = { version = "1", optional = true }
proc-macro-crate = { version = "2", optional = true }

0 comments on commit 2416c4f

Please sign in to comment.