commit | dff064e21b6c82ba97a287449c6f05f373eba7d6 | [log] [tgz] |
---|---|---|
author | UebelAndre <github@uebelandre.com> | Mon Aug 26 12:01:14 2024 -0700 |
committer | GitHub <noreply@github.com> | Mon Aug 26 19:01:14 2024 +0000 |
tree | e2db7cf1cf2e0ddb051617b760a3a9b53b733b66 | |
parent | a5f7464a63e89b67299920d4d8a4da592e6b9d57 [diff] |
Added `env_inherit` attribute to `rust_test` (#2809) This brings Rust into parity with other Bazel rules (e.g. C++, Python, Java, etc) by introducing the [env_inherit](https://bazel.build/reference/be/common-definitions#test.env_inherit) attribute.
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.