Skip to content

Commit c3c4709

Browse files
Jeremy Fitzhardingefacebook-github-bot
authored andcommitted
third-party/rust: update cbindgen to upstream git repo
Summary: PRs mozilla/cbindgen#1006 mozilla/cbindgen#1007 were accepted, so update patch to upstream git repo until next release is cut. Also bump `syn` to match cbindgen. Reviewed By: dtolnay Differential Revision: D65079945 fbshipit-source-id: 5b9f0467150d7cf81f5a9df0bb4d0c1309e67e1b
1 parent a3d0e32 commit c3c4709

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ serde = { version = "1.0.185", features = ["derive", "rc"] }
3232
serde_json = { version = "1.0.125", features = ["float_roundtrip", "unbounded_depth"] }
3333
serde_starlark = "0.1.13"
3434
strum = { version = "0.26.2", features = ["derive"] }
35-
syn = { version = "2.0.79", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
35+
syn = { version = "2.0.85", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
3636
termcolor = "1.0"
3737
toml = "0.8.4"
3838
toml_edit = { version = "0.20.5", features = ["serde"] }

0 commit comments

Comments
 (0)