mirror of https://github.com/bazelbuild/rules_rust
Update `BUILD.bazel` location (#2937)
# PR Summary
Commit c080d7bfa1
moved the location of
`BUILD.bazel`. This PR adjusts sources to changes.
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
This commit is contained in:
parent
95563e5909
commit
390c998588
|
@ -175,7 +175,7 @@ complex scenario (with more dependencies), you must redefine those
|
|||
dependencies.
|
||||
|
||||
To do this, once you've imported the needed dependencies (see our
|
||||
[@rules_rust//proto/3rdparty/BUILD.bazel](https://github.com/bazelbuild/rules_rust/blob/main/proto/3rdparty/BUILD.bazel)
|
||||
[@rules_rust//proto/protobuf/3rdparty/BUILD.bazel](https://github.com/bazelbuild/rules_rust/blob/main/proto/protobuf/3rdparty/BUILD.bazel)
|
||||
file to see the default dependencies), you need to create your own toolchain.
|
||||
To do so you can create a BUILD file with your toolchain definition, for example:
|
||||
|
||||
|
|
|
@ -189,7 +189,7 @@ complex scenario (with more dependencies), you must redefine those
|
|||
dependencies.
|
||||
|
||||
To do this, once you've imported the needed dependencies (see our
|
||||
[@rules_rust//proto/3rdparty/BUILD.bazel](https://github.com/bazelbuild/rules_rust/blob/main/proto/3rdparty/BUILD.bazel)
|
||||
[@rules_rust//proto/protobuf/3rdparty/BUILD.bazel](https://github.com/bazelbuild/rules_rust/blob/main/proto/protobuf/3rdparty/BUILD.bazel)
|
||||
file to see the default dependencies), you need to create your own toolchain.
|
||||
To do so you can create a BUILD file with your toolchain definition, for example:
|
||||
|
||||
|
|
Loading…
Reference in New Issue