fdeantoni / prost-wkt

Prost Well-Known-Types serialization and deserialization.
Apache License 2.0
75 stars 33 forks source link

Upgrade to prost 0.11.5. #32

Closed gorzell closed 1 year ago

fdeantoni commented 1 year ago

Thanks for this PR! Note that after upgrading the Prost dependencies, some files in wkt-types/resources directory might need to be updated. You can do that easily by running the update.sh script in same directory. That will update the files. After this update, double check if the line numbers selected in wkt-types/build.rs are still correct (see functions process_prost_types_lib and process_prost_types_datetime therein).