Update min bazel version (#2812)

Bazel `6.4` was released in, Oct 2023, we're well beyond the support
window.

I updated straight to `7.3.1` because according to the
[docs](https://github.com/bazelbuild/bazel/releases/tag/7.3.1) it's
fully compatible with `7.0`:

> Bazel 7.3.1 is a patch LTS release. It is fully backward compatible
with Bazel 7.0 and contains selected changes by the Bazel community and
Google engineers.

Co-authored-by: UebelAndre <github@uebelandre.com>
2 files changed
tree: 828f823dc41dce473ec3a103a3ce3d659b14152e
  1. .bazelci/
  2. .bcr/
  3. .github/
  4. bindgen/
  5. cargo/
  6. crate_universe/
  7. docs/
  8. examples/
  9. ffi/
  10. nix/
  11. proto/
  12. rust/
  13. test/
  14. tools/
  15. util/
  16. wasm_bindgen/
  17. .bazelignore
  18. .bazelrc
  19. .clang-format
  20. .envrc
  21. .gitattributes
  22. .gitignore
  23. .prettierrc.toml
  24. .rustfmt.toml
  25. ARCHITECTURE.md
  26. AUTHORS
  27. BUILD.bazel
  28. CODEOWNERS
  29. COMPATIBILITY.md
  30. CONTRIBUTING.md
  31. CONTRIBUTORS
  32. LICENSE.txt
  33. MODULE.bazel
  34. README.md
  35. version.bzl
  36. WORKSPACE.bazel
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.