commit | 2c678c1e224c03e077f7616baf127f970ddff14d | [log] [tgz] |
---|---|---|
author | UebelAndre <andre.brisco@gmail.com> | Thu Jan 21 06:42:08 2021 -0800 |
committer | GitHub <noreply@github.com> | Thu Jan 21 15:42:08 2021 +0100 |
tree | a6bd5d79b5af396c94067f8b93b14896428db18c | |
parent | 8826d30252762af3e97b9225fbf02b9c5a89db34 [diff] |
Replaced explicit uses of `@io_bazel_rule_rust//` with `Label("//...")` (#543) This PR updates changes the explicit use of `@io_bazel_rules_rust//...` to `//...` and adds the use of [Label](https://docs.bazel.build/versions/master/skylark/lib/Label.html) wherever possible. This should currently have no functional but it provides some better type guarantees.
This repository provides rules for building Rust projects with Bazel.
Please refer to the full documentation.