Skip to content

Commit

Permalink
Add version to bindgen dep (bazelbuild#2768)
Browse files Browse the repository at this point in the history
I don't know how this ever worked before. I've picked the version that
happens to be in the lockfile at the moment.

Fixes bazelbuild#2752
  • Loading branch information
illicitonion authored Jul 30, 2024
1 parent b5ecaea commit 813669b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindgen/3rdparty/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ crates_vendor(
"clang-sys": crate.spec(
# Should match the version of llvm-project being used.
features = ["clang_14_0"],
version = "1.6.1",
),
}.items() + _BINDGEN_CLI_PACKAGES.items()),
repository_name = "rules_rust_bindgen",
Expand Down

0 comments on commit 813669b

Please sign in to comment.