commit | 1fe23158e5316c17b2ee2a252ee7165c5d83cc93 | [log] [tgz] |
---|---|---|
author | UebelAndre <andre.brisco@gmail.com> | Wed Jan 27 02:30:05 2021 -0800 |
committer | GitHub <noreply@github.com> | Wed Jan 27 11:30:05 2021 +0100 |
tree | bd7f64d459abc2cf650860379577d6998cc58b52 | |
parent | de4a3502a7ed7619e29095aacb0ba70fae58e069 [diff] |
Renamed workspace name from `io_bazel_rule_rust` to `rules_rust` (#500) Generated by running ```bash LANG=C sed -i '' -e 's/io_bazel_rules_rust/rules_rust/' $(find . -type f -not -path "./.git/*") ``` There's some small amount of sorting in here as well (based on the new name) Closes https://github.com/bazelbuild/rules_rust/issues/499 Blocked by https://github.com/google/cargo-raze/pull/298 and https://github.com/google/cargo-raze/issues/304
This repository provides rules for building Rust projects with Bazel.
Please refer to the full documentation.