Skip to content

Commit c343de3

Browse files
Update proc-macro-crate requirement from 1 to 2
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>
1 parent 8961e5f commit c343de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gdnative-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ proc-macro = true
1818
syn = { version = "1", features = ["full", "extra-traits", "visit"] }
1919
quote = "1"
2020
proc-macro2 = "1"
21-
proc-macro-crate = "1"
21+
proc-macro-crate = "2"
2222

2323
[dev-dependencies]
2424
# This is included for the doc tests.

0 commit comments

Comments
 (0)