File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ permissions:
1212
1313env :
1414 # Minimum protoc version required for Edition 2023 support is v25.0
15- # Using v27.0+ ensures full conformance test support for editions
16- PROTOC_VERSION : ' 27.0 '
15+ # Using v32.1 for best compatibility and full conformance test support for editions
16+ PROTOC_VERSION : ' 32.1 '
1717 clippy_rust_version : ' 1.87'
1818
1919jobs :
Original file line number Diff line number Diff line change @@ -511,8 +511,8 @@ making it suitable for production use with modern protobuf schemas.
511511** Minimum ` protoc ` version: v25.0** (released November 2023)
512512
513513Edition 2023 support was introduced in protobuf v25.0. While prost works with any protoc
514- v25.0 or later, we recommend using ** v27 .0+** for the best conformance test coverage and
515- full editions feature support. The project CI uses v27.0 .
514+ v25.0 or later, we recommend using ** v32 .0+** for the best compatibility and full editions
515+ feature support. The project CI uses v32.1 .
516516
517517## Feature Flags
518518- ` std ` : Enable integration with standard library. Disable this feature for ` no_std ` support. This feature is enabled by default.
Original file line number Diff line number Diff line change 106106//! **For Protobuf Edition 2023 support, `protoc` version 25.0 or later is required.**
107107//!
108108//! Edition 2023 support was introduced in protobuf v25.0 (released November 2023).
109- //! While prost works with protoc v25.0+, we recommend v27 .0 or later for full conformance
110- //! test support and complete editions feature coverage.
109+ //! While prost works with protoc v25.0+, we recommend v32 .0 or later for the best
110+ //! compatibility and complete editions feature coverage.
111111//!
112112//! ### Installation
113113//!
You can’t perform that action at this time.
0 commit comments