From 32fdef8218f60f13569525625a66e98a35f2d052 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 04:58:16 +0000 Subject: [PATCH] Update proc-macro-crate requirement from 2 to 3 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](https://github.com/bkchr/proc-macro-crate/compare/v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: proc-macro-crate dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gdnative-derive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdnative-derive/Cargo.toml b/gdnative-derive/Cargo.toml index 8297418cf..38ec18cc8 100644 --- a/gdnative-derive/Cargo.toml +++ b/gdnative-derive/Cargo.toml @@ -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.