commit | 0972574505684d1c8ea5d76150395c1e76d9cf41 | [log] [tgz] |
---|---|---|
author | Matt <msta@google.com> | Tue Jan 09 20:38:29 2024 +1100 |
committer | GitHub <noreply@github.com> | Tue Jan 09 01:38:29 2024 -0800 |
tree | 5c2940138d5937827a46689736510c9070d518da | |
parent | a1e9f9600cd22ecfdd08fc4a7572ccbdeba97395 [diff] |
Fix the patch_tool annotation. (#2404) It was documented incorrectly as a list, but the parameter is actually an Option<String> in the rust code (https://github.com/bazelbuild/rules_rust/blob/a1e9f9600cd22ecfdd08fc4a7572ccbdeba97395/crate_universe/src/metadata/metadata_annotation.rs#L152)
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.