Skip to content

Commit 0f68532

Browse files
ylzhangfbfacebook-github-bot
authored andcommitted
upgrade cbindgen to 0.28 and include a patch
Summary: as titled, upgrade to 0.28 (https://github.com/mozilla/cbindgen/blob/master/Cargo.toml), which included previous patched PR * mozilla/cbindgen#1006 * mozilla/cbindgen#1007 patch a new PR that includes another fix to unblock our work (D72418369) * mozilla/cbindgen#1063 Reviewed By: chaos5958 Differential Revision: D72474788 fbshipit-source-id: b839aac0561c25eadffb01e5ad0699578cd51db2
1 parent 98b3dc1 commit 0f68532

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hphp/hack/src/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hphp/hack/src/utils/ffi_cbindgen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ path = "ffi_cbindgen.rs"
1313

1414
[dependencies]
1515
anyhow = "1.0.95"
16-
cbindgen = "0.27"
16+
cbindgen = "0.28.0"
1717
clap = { version = "3.2.25", features = ["derive", "env", "regex", "unicode", "wrap_help"] }

0 commit comments

Comments
 (0)