Skip to content

Commit 554f947

Browse files
committed
fix: update protoc version to 32.1
1 parent 63c65df commit 554f947

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.

0 commit comments

Comments
 (0)