bazelbuild / rules_cc

C++ Rules for Bazel
https://bazel.build
Apache License 2.0
176 stars 88 forks source link

Update dependency platforms to v0.0.7 #193

Closed renovate-bot closed 1 year ago

renovate-bot commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
platforms bazel_dep patch 0.0.6 -> 0.0.7
platforms http_archive patch 0.0.6 -> 0.0.7

Release Notes

bazelbuild/platforms (platforms) ### [`v0.0.7`](https://togithub.com/bazelbuild/platforms/releases/tag/0.0.7) [Compare Source](https://togithub.com/bazelbuild/platforms/compare/0.0.6...0.0.7) Rollup release from 0.0.6 - add visionos - clarify arm version a bit - add arm cortex-r52 and r82 - add ppc32 **WORKSPACE setup** load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "platforms", urls = [ "https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.7/platforms-0.0.7.tar.gz", "https://github.com/bazelbuild/platforms/releases/download/0.0.7/platforms-0.0.7.tar.gz", ], sha256 = "3a561c99e7bdbe9173aa653fd579fe849f1d8d67395780ab4770b1f381431d51", )

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 these updates again.



This PR has been generated by Mend Renovate. View repository job log here.