Skip to content

Commit

Permalink
Updated Git hash.
Browse files Browse the repository at this point in the history
  • Loading branch information
haberman committed May 16, 2019
1 parent d16bf99 commit 960c249
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
git_repository(
name = "upb",
remote = "https://github.com/protocolbuffers/upb.git",
commit = "d5af87d06bbe3abad66970ce9c7ae0a7de8bb3c6",
commit = "d16bf99ac4658793748cda3251226059892b3b7b",
)
load("@upb//bazel:workspace_deps.bzl", "upb_deps")
Expand Down
2 changes: 1 addition & 1 deletion examples/bazel/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
git_repository(
name = "upb",
remote = "https://github.com/protocolbuffers/upb.git",
commit = "d5af87d06bbe3abad66970ce9c7ae0a7de8bb3c6",
commit = "d16bf99ac4658793748cda3251226059892b3b7b",
)

load("@upb//bazel:workspace_deps.bzl", "upb_deps")
Expand Down

0 comments on commit 960c249

Please sign in to comment.