Merge pull request #138 from edbaunton/remove-deprecated-workspace-rules
Remove usage of soon-to-be-deprecated http_archive rule
This commit is contained in:
commit
f826f1d489
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
||||||
workspace(name = "com_google_absl")
|
workspace(name = "com_google_absl")
|
||||||
|
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
||||||
|
|
||||||
# Bazel toolchains
|
# Bazel toolchains
|
||||||
http_archive(
|
http_archive(
|
||||||
name = "bazel_toolchains",
|
name = "bazel_toolchains",
|
||||||
|
|
Loading…
Reference in a new issue