Skip to content

Commit 5fa3616

Browse files
committed
Updated bindgen to 0.71.1
1 parent bfb06e6 commit 5fa3616

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+611
-1185
lines changed

extensions/bindgen/3rdparty/BUILD.bazel

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ crates_vendor(
2626
"libc": [crate.annotation(
2727
gen_build_script = True,
2828
)],
29-
"winapi": [crate.annotation(
30-
gen_build_script = True,
31-
)],
3229
},
3330
cargo_lockfile = "Cargo.Bazel.lock",
3431
generate_build_scripts = False,
@@ -46,8 +43,8 @@ crates_vendor(
4643
),
4744
"clang-sys": crate.spec(
4845
# Should match the version of llvm-project being used.
49-
features = ["clang_14_0"],
50-
version = "1.6.1",
46+
features = ["clang_17_0"],
47+
version = "1.8.1",
5148
),
5249
}.items() + _BINDGEN_CLI_PACKAGES.items()),
5350
repository_name = "rules_rust_bindgen_deps",

extensions/bindgen/3rdparty/BUILD.bindgen-cli.bazel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ rust_binary(
3434
# to `@rules_rust_bindgen//3rdparty:crates_vendor`, rendering dependencies, and updating the deps
3535
deps = [
3636
"@rules_rust_bindgen_deps__bindgen-{}//:bindgen".format(BINDGEN_VERSION),
37-
"@rules_rust_bindgen_deps__clap-4.5.17//:clap",
38-
"@rules_rust_bindgen_deps__clap_complete-4.5.26//:clap_complete",
37+
"@rules_rust_bindgen_deps__clap-4.5.32//:clap",
38+
"@rules_rust_bindgen_deps__clap_complete-4.5.46//:clap_complete",
3939
"@rules_rust_bindgen_deps__env_logger-0.10.2//:env_logger",
40-
"@rules_rust_bindgen_deps__log-0.4.22//:log",
41-
"@rules_rust_bindgen_deps__proc-macro2-1.0.86//:proc_macro2",
40+
"@rules_rust_bindgen_deps__log-0.4.26//:log",
41+
"@rules_rust_bindgen_deps__proc-macro2-1.0.94//:proc_macro2",
4242
"@rules_rust_bindgen_deps__shlex-1.3.0//:shlex",
4343
],
4444
)

0 commit comments

Comments
 (0)