Skip to content

Commit 59a6cc1

Browse files
JakobDegenfacebook-github-bot
authored andcommitted
third party: Upgrade syn to 2.0.101
Summary: Pick up dtolnay/syn#1861 Reviewed By: dtolnay Differential Revision: D73726005 fbshipit-source-id: aca81e034ceb0feb522d23a334aad4761c04a6e4
1 parent 46fceb9 commit 59a6cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shim/third-party/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ static_assertions = "1.1.0"
193193
strsim = "0.10.0"
194194
structopt = "0.3.23"
195195
strum = { version = "0.26.2", features = ["derive", "strum_macros"] }
196-
syn = { version = "2", features = ["extra-traits", "full", "visit"] }
196+
syn = { version = "2.0.101", features = ["extra-traits", "full", "visit"] }
197197
syn1 = { package = "syn", version = "1.0.109", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
198198
synstructure = "0.12"
199199
sync_wrapper = "0.1.0"

0 commit comments

Comments
 (0)