From 086ce224d2115b0e39c92a07c0c002a25d2a2ad9 Mon Sep 17 00:00:00 2001 From: Xiangquan Xiao Date: Fri, 10 Jun 2022 10:47:18 -0700 Subject: [PATCH] bazel: Use glog 0.6.0 in README. --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 0131f49..d2c69a6 100644 --- a/README.rst +++ b/README.rst @@ -71,9 +71,9 @@ your ``WORKSPACE`` file: http_archive( name = "com_github_google_glog", - sha256 = "21bc744fb7f2fa701ee8db339ded7dce4f975d0d55837a97be7d46e8382dea5a", - strip_prefix = "glog-0.5.0", - urls = ["https://github.com/google/glog/archive/v0.5.0.zip"], + sha256 = "122fb6b712808ef43fbf80f75c52a21c9760683dae470154f02bddfc61135022", + strip_prefix = "glog-0.6.0", + urls = ["https://github.com/google/glog/archive/v0.6.0.zip"], ) You can then add :bazel:`@com_github_google_glog//:glog` to the deps section