arkency / protobuf-nested-struct

Serialize primitives and deep structures (array, hash) to protobuf
4 stars 1 forks source link

Re-generate protobuf files to be compatible with google-protobuf v4.x #10

Open valscion opened 5 months ago

valscion commented 5 months ago

https://github.com/protocolbuffers/protobuf/releases/tag/v26.0-rc3

The compiled Ruby files will no longer work with google-protobuf v4.26.0 that has been released March 12, 2024.

valscion commented 5 months ago

I got this by cd'ing to lib and running protoc with --ruby_out=. and compiling the proto files

valscion commented 5 months ago

I ran out of time today so let me know if there's anything you'd like to know or anything and I'll get back to you tomorrow already ☺️