We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8961e5f commit c343de3Copy full SHA for c343de3
gdnative-derive/Cargo.toml
@@ -18,7 +18,7 @@ proc-macro = true
18
syn = { version = "1", features = ["full", "extra-traits", "visit"] }
19
quote = "1"
20
proc-macro2 = "1"
21
-proc-macro-crate = "1"
+proc-macro-crate = "2"
22
23
[dev-dependencies]
24
# This is included for the doc tests.
0 commit comments