Skip to content

Commit

Permalink
Merge pull request #1065 from godot-rust/dependabot/cargo/proc-macro-…
Browse files Browse the repository at this point in the history
…crate-3

Update proc-macro-crate requirement from 2 to 3
  • Loading branch information
chitoyuu authored Apr 6, 2024
2 parents 0763d73 + 43afc1a commit 5f380a7
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.0.84", 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 5f380a7

Please sign in to comment.