Skip to content

Commit

Permalink
Update proc-macro-crate requirement from 2 to 3
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...v3.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jan 5, 2024
1 parent c6f6eef commit 32fdef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdnative-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ proc-macro = true
syn = { version = "1", features = ["full", "extra-traits", "visit"] }
quote = "1"
proc-macro2 = "1"
proc-macro-crate = "2"
proc-macro-crate = "3"

[dev-dependencies]
# This is included for the doc tests.
Expand Down

0 comments on commit 32fdef8

Please sign in to comment.