bazel: Use glog 0.6.0 in README.
This commit is contained in:
parent
b33e3bad4c
commit
086ce224d2
@ -71,9 +71,9 @@ your ``WORKSPACE`` file:
|
|||||||
|
|
||||||
http_archive(
|
http_archive(
|
||||||
name = "com_github_google_glog",
|
name = "com_github_google_glog",
|
||||||
sha256 = "21bc744fb7f2fa701ee8db339ded7dce4f975d0d55837a97be7d46e8382dea5a",
|
sha256 = "122fb6b712808ef43fbf80f75c52a21c9760683dae470154f02bddfc61135022",
|
||||||
strip_prefix = "glog-0.5.0",
|
strip_prefix = "glog-0.6.0",
|
||||||
urls = ["https://github.com/google/glog/archive/v0.5.0.zip"],
|
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
|
You can then add :bazel:`@com_github_google_glog//:glog` to the deps section
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user