Skip to content

Commit

Permalink
chore(deps): update dependency rules_cc to v0.0.6 (#125)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 17, 2023
1 parent 4a03b37 commit 66a26a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions toolchain/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def gcc_toolchain_dependencies():
maybe(
http_archive,
name = "rules_cc",
sha256 = "2004c71f3e0a88080b2bd3b6d3b73b4c597116db9c9a36676d0ffad39b849214",
strip_prefix = "rules_cc-0.0.5",
urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.5/rules_cc-0.0.5.tar.gz"],
sha256 = "3d9e271e2876ba42e114c9b9bc51454e379cbf0ec9ef9d40e2ae4cec61a31b40",
strip_prefix = "rules_cc-0.0.6",
urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.6/rules_cc-0.0.6.tar.gz"],
)

0 comments on commit 66a26a5

Please sign in to comment.