commit | 36f8251f9728e4a3899552c01829d112ad578fbf | [log] [tgz] |
---|---|---|
author | Cameron Martin <cameronmartin123@gmail.com> | Fri Jun 23 12:27:16 2023 +0100 |
committer | GitHub <noreply@github.com> | Fri Jun 23 04:27:16 2023 -0700 |
tree | 646e3a44612a5632fadc8f903d6014cf3c2f312c | |
parent | ca750fa83d75a2408be93519e9c4d1a2b8b2a087 [diff] |
Exclude .tmp_git_root from globs (#1948) * Exclude .tmp_git_root from globs This directory contains the original git repo when the crate is from git. Including this directory currently makes these rules re-run whenever the repository rule re-runs, although this is fixed by https://github.com/bazelbuild/bazel/pull/18271. Even after this fix, excluding this directory avoids depending on unnecessary files. Fixes #1927. * Regenerate vendored crates
This repository provides rules for building Rust projects with Bazel.
General discussions and announcements take place in the GitHub Discussions, but there are additional places where community members gather to discuss rules_rust
.
Please refer to the full documentation.