Bump min Bazel version to 6.3 (#2150)

A future Bazel version will contain a breaking API change.
https://github.com/bazelbuild/rules_rust/pull/2072 is preparing the
`rules_rust` codebase for it, however it relies on Bazel API changes
present in `6.3.0` and not `6.0.0`. As per discussion there
https://github.com/bazelbuild/rules_rust/pull/2072#issuecomment-1653590672,
looks like maintainers are fine with bumping the minimum Bazel version
to `6.3.0`.
2 files changed
tree: 53c4731863abf20cb0746772f06bcdf5798595d4
  1. .bazelci/
  2. .github/
  3. bindgen/
  4. cargo/
  5. crate_universe/
  6. docs/
  7. examples/
  8. proto/
  9. rust/
  10. test/
  11. tools/
  12. util/
  13. wasm_bindgen/
  14. .bazelignore
  15. .bazelrc
  16. .clang-format
  17. .gitattributes
  18. .gitignore
  19. .rustfmt.toml
  20. ARCHITECTURE.md
  21. AUTHORS
  22. BUILD.bazel
  23. CODEOWNERS
  24. COMPATIBILITY.md
  25. CONTRIBUTING.md
  26. CONTRIBUTORS
  27. LICENSE.txt
  28. MODULE.bazel
  29. README.md
  30. version.bzl
  31. 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.