Skip to content

Commit

Permalink
Upgrade syn
Browse files Browse the repository at this point in the history
Summary: For this change: dtolnay/syn#1690

Reviewed By: dtolnay

Differential Revision: D63712744

fbshipit-source-id: e6a7e0c58b8dcfd4f5b7e5114270c47e3e186ee9
  • Loading branch information
stepancheg authored and facebook-github-bot committed Oct 2, 2024
1 parent ae9a555 commit d130075
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion shed/facet/proc_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ proc-macro = true
proc-macro-crate = "1.1.0"
proc-macro2 = { version = "1.0.70", features = ["span-locations"] }
quote = "1.0.29"
syn = { version = "2.0.38", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
syn = { version = "2.0.79", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }

[lints]
rust = { unexpected_cfgs = { check-cfg = ["cfg(fb_buck_build)"], level = "warn" } }
2 changes: 1 addition & 1 deletion shed/fbinit/fbinit_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ proc-macro = true
[dependencies]
proc-macro2 = { version = "1.0.70", features = ["span-locations"] }
quote = "1.0.29"
syn = { version = "2.0.38", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
syn = { version = "2.0.79", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
2 changes: 1 addition & 1 deletion shed/quickcheck_arbitrary_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ path = "examples/example.rs"
proc-macro2 = { version = "1.0.70", features = ["span-locations"] }
quickcheck = "1.0"
quote = "1.0.29"
syn = { version = "2.0.38", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
syn = { version = "2.0.79", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
2 changes: 1 addition & 1 deletion shed/scuba_sample/derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ proc-macro = true
[dependencies]
proc-macro2 = { version = "1.0.70", features = ["span-locations"] }
quote = "1.0.29"
syn = { version = "2.0.38", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
syn = { version = "2.0.79", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
2 changes: 1 addition & 1 deletion shed/sql/derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ proc-macro = true

[dependencies]
quote = "1.0.29"
syn = { version = "2.0.38", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
syn = { version = "2.0.79", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }

0 comments on commit d130075

Please sign in to comment.