Skip to content

Commit

Permalink
Update bindgen version to 0.70.1
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre committed Sep 18, 2024
1 parent 350d249 commit 45dbb51
Show file tree
Hide file tree
Showing 71 changed files with 1,188 additions and 2,217 deletions.
12 changes: 6 additions & 6 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,12 @@ use_repo(
"rrra__log-0.4.19",
"rrra__serde-1.0.171",
"rrra__serde_json-1.0.102",
"rules_rust_bindgen__bindgen-0.69.1",
"rules_rust_bindgen__bindgen-cli-0.69.1",
"rules_rust_bindgen__clang-sys-1.6.1",
"rules_rust_bindgen__clap-4.3.3",
"rules_rust_bindgen__clap_complete-4.3.1",
"rules_rust_bindgen__env_logger-0.10.0",
"rules_rust_bindgen__bindgen-0.70.1",
"rules_rust_bindgen__bindgen-cli-0.70.1",
"rules_rust_bindgen__clang-sys-1.8.1",
"rules_rust_bindgen__clap-4.5.17",
"rules_rust_bindgen__clap_complete-4.5.26",
"rules_rust_bindgen__env_logger-0.10.2",
"rules_rust_prost",
"rules_rust_prost__h2-0.4.6",
"rules_rust_prost__heck",
Expand Down
3 changes: 0 additions & 3 deletions bindgen/3rdparty/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ crates_vendor(
"libc": [crate.annotation(
gen_build_script = True,
)],
"rustix": [crate.annotation(
gen_build_script = True,
)],
"winapi": [crate.annotation(
gen_build_script = True,
)],
Expand Down
11 changes: 6 additions & 5 deletions bindgen/3rdparty/BUILD.bindgen-cli.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ rust_binary(
# to `@rules_rust//bindgen/3rdparty:crates_vendor`, rendering dependencies, and updating the deps
deps = [
"@rules_rust_bindgen__bindgen-{}//:bindgen".format(BINDGEN_VERSION),
"@rules_rust_bindgen__clap-4.3.3//:clap",
"@rules_rust_bindgen__clap_complete-4.3.1//:clap_complete",
"@rules_rust_bindgen__env_logger-0.10.0//:env_logger",
"@rules_rust_bindgen__log-0.4.19//:log",
"@rules_rust_bindgen__shlex-1.1.0//:shlex",
"@rules_rust_bindgen__clap-4.5.17//:clap",
"@rules_rust_bindgen__clap_complete-4.5.26//:clap_complete",
"@rules_rust_bindgen__env_logger-0.10.2//:env_logger",
"@rules_rust_bindgen__log-0.4.22//:log",
"@rules_rust_bindgen__proc-macro2-1.0.86//:proc_macro2",
"@rules_rust_bindgen__shlex-1.3.0//:shlex",
],
)
Loading

0 comments on commit 45dbb51

Please sign in to comment.