chore(deps): update dependency rules_foreign_cc to v0.11.0 (#351)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rules_foreign_cc](https://togithub.com/bazelbuild/rules_foreign_cc) | http_archive | minor | `0.10.1` -> `0.11.0` | --- ### Release Notes <details> <summary>bazelbuild/rules_foreign_cc (rules_foreign_cc)</summary> ### [`v0.11.0`](https://togithub.com/bazelbuild/rules_foreign_cc/compare/0.10.1...0.11.0) [Compare Source](https://togithub.com/bazelbuild/rules_foreign_cc/compare/0.10.1...0.11.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/bazel-contrib/toolchains_llvm). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuOSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS45IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
1d685a99db
commit
2bd7590704
|
@ -203,9 +203,9 @@ rust_register_toolchains()
|
|||
|
||||
http_archive(
|
||||
name = "rules_foreign_cc",
|
||||
sha256 = "476303bd0f1b04cc311fc258f1708a5f6ef82d3091e53fd1977fa20383425a6a",
|
||||
strip_prefix = "rules_foreign_cc-0.10.1",
|
||||
url = "https://github.com/bazelbuild/rules_foreign_cc/archive/0.10.1.tar.gz",
|
||||
sha256 = "cc25608970409da36610542150e7c60cf8e3923c73cfc4409c08c8e264298133",
|
||||
strip_prefix = "rules_foreign_cc-0.11.0",
|
||||
url = "https://github.com/bazelbuild/rules_foreign_cc/archive/0.11.0.tar.gz",
|
||||
)
|
||||
|
||||
load("@rules_foreign_cc//foreign_cc:repositories.bzl", "rules_foreign_cc_dependencies")
|
||||
|
|
Loading…
Reference in New Issue