Backfill commit SHAs for tagged Git versions am: f99762a67c

Original change: https://googleplex-android-review.googlesource.com/c/platform/external/bazelbuild-rules_rust/+/38108242

Change-Id: I625bc22299f0bb7bd079d14f847cb2bed47eeb1e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
tree: b162691e9ec69f10b8e39b0ce03ea0b87fab9f60
  1. .bazelci/
  2. .bcr/
  3. .github/
  4. cargo/
  5. crate_universe/
  6. docs/
  7. examples/
  8. extensions/
  9. ffi/
  10. nix/
  11. rust/
  12. test/
  13. tools/
  14. util/
  15. .bazelignore
  16. .bazelrc
  17. .clang-format
  18. .clippy.toml
  19. .envrc
  20. .gitattributes
  21. .gitignore
  22. .prettierrc.toml
  23. .rustfmt.toml
  24. ARCHITECTURE.md
  25. AUTHORS
  26. BUILD.bazel
  27. CODEOWNERS
  28. COMPATIBILITY.md
  29. CONTRIBUTING.md
  30. CONTRIBUTORS
  31. LICENSE.txt
  32. METADATA
  33. MODULE.bazel
  34. README.md
  35. version.bzl
  36. WORKSPACE.bazel
  37. WORKSPACE.bzlmod
README.md

Rust Rules

  • Postsubmit Build status

Overview

This repository provides rules for building Rust projects with Bazel.

Community

General discussions and announcements take place in the GitHub Discussions, but there are additional places where community members gather to discuss rules_rust.

Documentation

Please refer to the full documentation.