Skip to content

Commit

Permalink
Update dependency rules_foreign_cc to v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 3, 2024
1 parent a8736d5 commit accb91c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "rules_foreign_cc",
sha256 = "5303e3363fe22cbd265c91fce228f84cf698ab0f98358ccf1d95fba227b308f6",
strip_prefix = "rules_foreign_cc-0.9.0",
url = "https://github.com/bazelbuild/rules_foreign_cc/archive/0.9.0.zip",
sha256 = "672a7ee72a86a063d6ae98cab945f0a4bcbe79b9798ad559c922a7eaa972e72c",
strip_prefix = "rules_foreign_cc-0.11.0",
url = "https://github.com/bazelbuild/rules_foreign_cc/archive/0.11.0.zip",
)

load("@rules_foreign_cc//foreign_cc:repositories.bzl", "rules_foreign_cc_dependencies")
Expand Down

0 comments on commit accb91c

Please sign in to comment.