commit | a58d9524255877e134a99ab7ceeaba1fab363e31 | [log] [tgz] |
---|---|---|
author | Cameron Martin <cameronmartin123@gmail.com> | Thu Apr 11 13:40:59 2024 +0100 |
committer | GitHub <noreply@github.com> | Thu Apr 11 12:40:59 2024 +0000 |
tree | cf36bc46ddd5eb64e3520f00e654bb3ddc9e081e | |
parent | 22c016bc019d60c519b38ebeb2c7da386be5ec8a [diff] |
Fix rust module extension for Bazel pre-7.1 (#2612) The reproducible attribute was added in Bazel 7.1, so unconditional usage of this breaks earlier versions. This uses `@bazel_features` to detect whether we can safely use this. For more context see https://github.com/bazelbuild/rules_rust/pull/2453#issuecomment-2048115743.
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.