Skip to content

Commit

Permalink
chore(deps): update dependency rules_cc to v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2022
1 parent 498c35d commit fa647e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toolchain/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ def gcc_toolchain_dependencies():
maybe(
http_archive,
name = "rules_cc",
urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.2/rules_cc-0.0.2.tar.gz"],
sha256 = "58bff40957ace85c2de21ebfc72e53ed3a0d33af8cc20abd0ceec55c63be7de2",
urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.4/rules_cc-0.0.4.tar.gz"],
sha256 = "af6cc82d87db94585bceeda2561cb8a9d55ad435318ccb4ddfee18a43580fb5d",
)

0 comments on commit fa647e2

Please sign in to comment.