Patch bindgen to support Clang 18

Reviewed By: zertosh

Differential Revision: D51629244

fbshipit-source-id: 7d6af96726e4a65124c1b3cc6b9a93425391161e
This commit is contained in:
David Tolnay 2023-11-28 13:11:48 -08:00 committed by Facebook GitHub Bot
parent 36089152d7
commit d1f765baa4
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,8 @@
[patch.crates-io]
abomonation = { git = "https://github.com/markbt/abomonation", rev = "0f43346d2afa2aedc64d61f3f4273e8d1e454642" }
base64urlsafedata = { git = "https://github.com/kanidm/webauthn-rs.git", rev = "b6d1dc410b7b2387157f2e089391cff7104aa05b" }
bindgen = { git = "https://github.com/rust-lang/rust-bindgen", rev = "2997017b5a3065b83e9d76f0080d6cb99c94c0c1" }
bindgen-cli = { git = "https://github.com/rust-lang/rust-bindgen", rev = "2997017b5a3065b83e9d76f0080d6cb99c94c0c1" }
graphql-parser = { git = "https://github.com/graphql-rust//graphql-parser", rev = "8d76425d83c40670570cc325f57c730262f07456" }
libbpf-sys = { git = "https://github.com/danielocfb/libbpf-sys", rev = "d9e279ab7ca2e483366fe86af2a5b6ef30320bca" }
lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "fdbf843d174c6796d736b2b61dab0297670390f8" }

View File

@ -101,6 +101,8 @@ toml = "0.8.4"
[patch.crates-io]
abomonation = { git = "https://github.com/markbt/abomonation", rev = "0f43346d2afa2aedc64d61f3f4273e8d1e454642" }
base64urlsafedata = { git = "https://github.com/kanidm/webauthn-rs.git", rev = "b6d1dc410b7b2387157f2e089391cff7104aa05b" }
bindgen = { git = "https://github.com/rust-lang/rust-bindgen", rev = "2997017b5a3065b83e9d76f0080d6cb99c94c0c1" }
bindgen-cli = { git = "https://github.com/rust-lang/rust-bindgen", rev = "2997017b5a3065b83e9d76f0080d6cb99c94c0c1" }
graphql-parser = { git = "https://github.com/graphql-rust//graphql-parser", rev = "8d76425d83c40670570cc325f57c730262f07456" }
libbpf-sys = { git = "https://github.com/danielocfb/libbpf-sys", rev = "d9e279ab7ca2e483366fe86af2a5b6ef30320bca" }
lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "fdbf843d174c6796d736b2b61dab0297670390f8" }