bazelbuild / rules_rust

Rust rules for Bazel
https://bazelbuild.github.io/rules_rust/
Apache License 2.0
656 stars 419 forks source link

Remote vendor doesn't require srcs present #2688

Closed illicitonion closed 3 months ago

illicitonion commented 3 months ago

Before this, if we re-generate all of the BUILD.bazel files for our vendored deps, they are invalid because they only have BUILD.bazel files and the globs present in them expect srcs.

First two commits are real changes, third commit is just a repin.

UebelAndre commented 3 months ago

Thank you!