google / benchmark

A microbenchmark support library
Apache License 2.0
8.61k stars 1.57k forks source link

Mark internal deps as dev_depenencies so that downstream modules don't require those #1640

Closed macandy13 closed 11 months ago

macandy13 commented 11 months ago

bzlmod module dependencies support tagging specific upstream modules as internal. That means those are only used when actually working within the project, but those deps are not needed by other downstream modules depending on that said module.

This change will allow to directly use the MODULE.bazel file of the google-benchmark project in the Bazel Central Registry.