Skip to content

Commit

Permalink
Upgrade to latest rules_boost (#70)
Browse files Browse the repository at this point in the history
Last week's update of `boost`,
#69, ran into
nelhage/rules_boost#535. Now that that issue has been fixed, we can
complete the update by going all the way to the latest `rules_boost`.
  • Loading branch information
rjhuijsman authored Jan 15, 2024
1 parent 7ae903c commit 52f545d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bazel/repos.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ def repos(external = True, repo_mapping = {}):
maybe(
git_repository,
name = "com_github_nelhage_rules_boost",
commit = "494ddf5db56580eb019479965fa2908ce6548385",
commit = "28a32b81d829e49979475d9c539b297f88712006",
remote = "https://github.com/nelhage/rules_boost",
shallow_since = "1675669198 -0800",
shallow_since = "1705205029 +0000",
)

maybe(
Expand Down

0 comments on commit 52f545d

Please sign in to comment.