Commit 919017f
committed
Re-generate with matching protoc version
$ cd lib/
$ protoc --version # libprotoc 25.7
$ protoc **/*.proto --ruby_out=lib/
> The protoc version can be inferred from the Protobuf Ruby minor version number.
> Example: Protobuf Ruby version 3.25.x uses protoc version 25.x.
This generates slightly different code, as the DSL is deprecated and
will be removed in newer protobuf releases.
Reference:
#10 (comment)
https://protobuf.dev/news/2023-04-20/
https://protobuf.dev/support/version-support/1 parent 6617dc6 commit 919017f
File tree
2 files changed
+59
-33
lines changed- lib
- google/type
- protobuf_nested_struct
2 files changed
+59
-33
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments