Updated Git hash.

pull/13171/head
Joshua Haberman 6 years ago
parent d16bf99ac4
commit 960c2492bf
  1. 2
      README.md
  2. 2
      examples/bazel/WORKSPACE

@ -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")

@ -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")

Loading…
Cancel
Save