Commit fd2954c
authored
Update dependency rules_cc to v0.2.18 (#99)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [rules_cc](https://redirect.github.com/bazelbuild/rules_cc) |
bazel_dep | patch | `0.2.17` → `0.2.18` |
---
### Release Notes
<details>
<summary>bazelbuild/rules_cc (rules_cc)</summary>
###
[`v0.2.18`](https://redirect.github.com/bazelbuild/rules_cc/releases/tag/0.2.18)
[Compare
Source](https://redirect.github.com/bazelbuild/rules_cc/compare/0.2.17...0.2.18)
##### Using bzlmod with Bazel 6 or later:
1. \[Bazel 6] Add `common --enable_bzlmod` to `.bazelrc`.
2. Add to your `MODULE.bazel` file:
```starlark
bazel_dep(name = "rules_cc", version = "0.2.18")
```
##### Using WORKSPACE:
```starlark
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_cc",
sha256 = "1de5b47721fce0af0dd453b3071228fdfc44bd18199826b3f0b03b423aae9f65",
strip_prefix = "rules_cc-0.2.18",
url = "https://github.com/bazelbuild/rules_cc/releases/download/0.2.18/rules_cc-0.2.18.tar.gz",
)
load("@​rules_cc//cc:extensions.bzl", "compatibility_proxy_repo")
compatibility_proxy_repo()
```
**Full Changelog**:
<bazelbuild/rules_cc@0.2.17...0.2.18>
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- 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 is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-feature/cpp-sdk-contrib).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzguMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent e66475f commit fd2954c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments