mirror of
https://github.com/php-win-ext/grpc.git
synced 2026-03-24 09:02:15 +01:00
Usage of `bind()` is [deprecated in WORKSPACE](https://bazel.build/reference/be/workspace#bind) and [not supported in Bzlmod](https://bazel.build/external/migration#bind-targets). This is a required preparatory step for #35271. An alternative would be to use the target names directly and completely get rid of `bind()` and `alias()`. Fixes #13902, #20193. Closes #35272 PiperOrigin-RevId: 642275803