commit | d061e6a410ec2bc2c1f3a96e6a07e0e15127b06d | [log] [tgz] |
---|---|---|
author | Cameron Martin <cameronmartin123@gmail.com> | Sun Feb 18 18:27:48 2024 +0000 |
committer | GitHub <noreply@github.com> | Sun Feb 18 18:27:48 2024 +0000 |
tree | 2171c8ba322e89bac0cfd00157f7481e924e931a | |
parent | 5d33a7677dd808d617ef5279df1c13c91d29d059 [diff] |
Use commit from cargo lock file for git repositories (#2490) Previously the cargo bazel lock file would be created with the branch or tag in the cargo lock file, rather than using the pinned commit. This would result in non-reproducible builds. This makes the pinned commit preferred, falling back to the branch or tag if this doesn't exist. Fixes #2073 Co-authored-by: UebelAndre <github@uebelandre.com>
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.