Skip to content

Commit

Permalink
build(deps): update proc-macro-crate requirement from 2.0 to 3.0
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@v2.0.0...v2.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent 68e5166 commit 6feabf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtk4-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ blueprint = []
[dependencies]
anyhow = "1.0"
quick-xml = {version = "0.31", optional = true}
proc-macro-crate = "2.0"
proc-macro-crate = "3.0"
proc-macro-error = "1.0"
proc-macro2 = "1.0"
quote = "1.0"
Expand Down

0 comments on commit 6feabf5

Please sign in to comment.