commit | 6a6638802633b2e5c3c4bfc22bd46f2f6b2bb84b | [log] [tgz] |
---|---|---|
author | Finn <finn.ball@codificasolutions.com> | Thu Nov 14 15:38:21 2024 +0000 |
committer | GitHub <noreply@github.com> | Thu Nov 14 15:38:21 2024 +0000 |
tree | 5ac4a4ee979c5c4c1c3695567a06b38279ecffab | |
parent | d383a1aef9865e59172af6c63f29c96fed19b04a [diff] |
feat: add extra_rustc_flags_triples (#2999) Currently, this attribute can be either a dict or a list: https://github.com/bazelbuild/rules_rust/blob/d383a1aef9865e59172af6c63f29c96fed19b04a/rust/repositories.bzl#L152 Resolved here: https://github.com/bazelbuild/rules_rust/blob/d383a1aef9865e59172af6c63f29c96fed19b04a/rust/repositories.bzl#L1047 This adds `bzlmod` parity to that feature.
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.