open-reaction-database / ord-schema

Schema for the Open Reaction Database
https://open-reaction-database.org
Apache License 2.0
95 stars 27 forks source link

Bump protoc version to 3.14.0 #521

Closed skearnes closed 3 years ago

skearnes commented 3 years ago

Note that 3.14.0 includes https://github.com/protocolbuffers/protobuf/pull/7379, which is required for correctly parsing repeated float fields in JS. To be clear, protoc 3.13.0 still works since the changes are to the JS parsing code, but let's keep the ord-editor and ord-schema protobuf versions in sync (ord-editor protobuf version is updated in https://github.com/Open-Reaction-Database/ord-editor/pull/56).

codecov[bot] commented 3 years ago

Codecov Report

Merging #521 (e1a1123) into main (59f3afc) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #521   +/-   ##
=======================================
  Coverage   75.59%   75.59%           
=======================================
  Files          21       21           
  Lines        1901     1901           
  Branches      457      457           
=======================================
  Hits         1437     1437           
  Misses        329      329           
  Partials      135      135