Skip to content

Commit

Permalink
Update proc-macro-crate requirement from 1.1 to 2.0 (#394)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 9, 2023
1 parent a6cbb21 commit db4ac2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ proc-macro = true
syn = "2.0"
quote = "1.0"
proc-macro2 = "1.0"
proc-macro-crate = "1.1"
proc-macro-crate = "2.0"

0 comments on commit db4ac2e

Please sign in to comment.