Skip to content

Commit 87e79a2

Browse files
committed
fix: update protoc version to 32.1
1 parent 63c65df commit 87e79a2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ permissions:
1212

1313
env:
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

1919
jobs:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

513513
Edition 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.

prost-build/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@
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
//!

0 commit comments

Comments
 (0)