Skip to content

Commit

Permalink
Try #1042:
Browse files Browse the repository at this point in the history
  • Loading branch information
bors[bot] authored Mar 20, 2023
2 parents d2ae902 + 63e87ac commit f2df03b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bindings-generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ proc-macro2 = "1"
quote = "1"
regex = { version = "1.5.5", default-features = false, features = ["std"] } # for security: https://blog.rust-lang.org/2022/03/08/cve-2022-24713.html
roxmltree = "0.18"
syn = { version = "1", features = ["full", "extra-traits", "visit"] }
syn = { version = "2", features = ["full", "extra-traits", "visit"] }
unindent = "0.2.0"
which = { optional = true, version = "4" }
2 changes: 1 addition & 1 deletion gdnative-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rust-version = "1.67"
proc-macro = true

[dependencies]
syn = { version = "1", features = ["full", "extra-traits", "visit"] }
syn = { version = "2", features = ["full", "extra-traits", "visit"] }
quote = "1"
proc-macro2 = "1"
proc-macro-crate = "1"
Expand Down
2 changes: 1 addition & 1 deletion impl/proc-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ rust-version = "1.67"
proc-macro = true

[dependencies]
syn = { version = "1", features = ["full", "extra-traits", "visit", "visit-mut"] }
syn = { version = "2", features = ["full", "extra-traits", "visit", "visit-mut"] }
quote = "1"
proc-macro2 = "1"

0 comments on commit f2df03b

Please sign in to comment.