Skip to content

Commit 45e3cbe

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 5bdfbeb commit 45e3cbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eden/fs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[patch.crates-io]
22
abomonation = { git = "https://github.com/markbt/abomonation", rev = "0f43346d2afa2aedc64d61f3f4273e8d1e454642" }
33
base64urlsafedata = { git = "https://github.com/kanidm/webauthn-rs.git", rev = "d278c56adfa39a0723c79bdcd461644194bc5138" }
4-
cbindgen = { git = "https://github.com/mozilla/cbindgen.git", rev = "89a9faa97cc267e90fc95a1cc6177a001aed5b51" }
4+
cbindgen = { git = "https://github.com/mozilla/cbindgen.git", rev = "cf94b56ef35d91f8420e8f89fee70074d39d068d" }
55
cxx = { package = "cxx", git = "https://github.com/facebookexperimental/cxx.git", rev = "a596961aaf3467b94428273983363f8353c22f85" }
66
cxx-build = { package = "cxx-build", git = "https://github.com/facebookexperimental/cxx.git", rev = "a596961aaf3467b94428273983363f8353c22f85" }
77
displaydoc = { git = "https://github.com/yaahc/displaydoc", rev = "7dc6e324b1788a6b7fb9f3a1953c512923a3e9f0" }

eden/mononoke/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ toml = "0.8.19"
8282
[patch.crates-io]
8383
abomonation = { git = "https://github.com/markbt/abomonation", rev = "0f43346d2afa2aedc64d61f3f4273e8d1e454642" }
8484
base64urlsafedata = { git = "https://github.com/kanidm/webauthn-rs.git", rev = "d278c56adfa39a0723c79bdcd461644194bc5138" }
85-
cbindgen = { git = "https://github.com/mozilla/cbindgen.git", rev = "89a9faa97cc267e90fc95a1cc6177a001aed5b51" }
85+
cbindgen = { git = "https://github.com/mozilla/cbindgen.git", rev = "cf94b56ef35d91f8420e8f89fee70074d39d068d" }
8686
cxx = { package = "cxx", git = "https://github.com/facebookexperimental/cxx.git", rev = "a596961aaf3467b94428273983363f8353c22f85" }
8787
cxx-build = { package = "cxx-build", git = "https://github.com/facebookexperimental/cxx.git", rev = "a596961aaf3467b94428273983363f8353c22f85" }
8888
displaydoc = { git = "https://github.com/yaahc/displaydoc", rev = "7dc6e324b1788a6b7fb9f3a1953c512923a3e9f0" }

0 commit comments

Comments
 (0)