Skip to content

Commit

Permalink
third-party/rust: update cbindgen to upstream git repo
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Jeremy Fitzhardinge authored and facebook-github-bot committed Oct 29, 2024
1 parent a3d0e32 commit c3c4709
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ serde = { version = "1.0.185", features = ["derive", "rc"] }
serde_json = { version = "1.0.125", features = ["float_roundtrip", "unbounded_depth"] }
serde_starlark = "0.1.13"
strum = { version = "0.26.2", features = ["derive"] }
syn = { version = "2.0.79", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
syn = { version = "2.0.85", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
termcolor = "1.0"
toml = "0.8.4"
toml_edit = { version = "0.20.5", features = ["serde"] }
Expand Down

0 comments on commit c3c4709

Please sign in to comment.