Change transitive_libs in DepInfo to a depset (#673)

It appears to already be a depset, just happens to be flattened.  It's
not a part of the external API, so, in theory, this should not have an observable
effect.
2 files changed
tree: 0b9c23ca33ba1324879e8e5c43b022fc889c02e9
  1. .bazelci/
  2. bindgen/
  3. cargo/
  4. crate_universe/
  5. docs/
  6. examples/
  7. proto/
  8. rust/
  9. test/
  10. tools/
  11. util/
  12. wasm_bindgen/
  13. .bazelignore
  14. .gitignore
  15. ARCHITECTURE.md
  16. AUTHORS
  17. BUILD.bazel
  18. CODEOWNERS
  19. CONTRIBUTING.md
  20. CONTRIBUTORS
  21. LICENSE.txt
  22. README.md
  23. WORKSPACE.bazel
  24. workspace.bzl
README.md

Rust Rules

  • Postsubmit Build status
  • Postsubmit + Current Bazel Incompatible Flags Build status

Overview

This repository provides rules for building Rust projects with Bazel.

Community

Please refer to the full documentation.