commit | d2c980b66ab0c12421db3e600edeb1f50134dd34 | [log] [tgz] |
---|---|---|
author | Ed Schouten <eschouten@apple.com> | Tue Nov 05 22:55:59 2024 +0100 |
committer | GitHub <noreply@github.com> | Tue Nov 05 21:55:59 2024 +0000 |
tree | 52455dc25c2f341a90714db5d4d21e80278ce498 | |
parent | d1f397bec9a8a265cd1761e43283f879e922f0cf [diff] |
Stop using config.string(allow_multiple = True) (#2983) According to the Bazel documentation, this option is deprecated. config.string_list(repeatable = True) should be used instead.
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.