From 1bb7b6eeed97e402ad05208a94ff6c1dac0754a5 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 28 Nov 2023 13:11:48 -0800 Subject: [PATCH] Patch bindgen to support Clang 18 Reviewed By: zertosh Differential Revision: D51629244 fbshipit-source-id: 7d6af96726e4a65124c1b3cc6b9a93425391161e --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 6440a66a3..0a255089a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }