mirror of
https://github.com/php-win-ext/grpc.git
synced 2026-04-26 10:18:09 +02:00
9b77c0d4df
Fixes the issue with gRPC protobuf plugins declaring the support for `protobuf::Edition::EDITION_2024`, which is higher than the one supported by the protobuf we're using at the moment: `EDITION_2023` at google/protobuf@74211c0dfc. Related: - Effectively undoes #40957 Closes #41357 COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/41357 from sergiitk:fix/compiler/protobuf-edition-2023 c3d7b9b27ead199e5e4c66052d4d91d32a7370c6 PiperOrigin-RevId: 853371790
Overview
This directory contains source code for gRPC protocol buffer compiler (protoc) plugins. Along with protoc,
these plugins are used to generate gRPC client and server stubs from .proto files.