dropbox / pb-jelly

A protobuf code generation framework for the Rust language developed at Dropbox.
Apache License 2.0
610 stars 25 forks source link

Upgrade dependencies, bytes-1.0 and byteorder-1.4 #89

Closed ParkMyCar closed 3 years ago

ParkMyCar commented 3 years ago

This diff updates a few dependencies:

bytes recently went to 1.0, this PR updates the whole workspace to use bytes 1.0. byteorder was also out of date, this updates to byteorder 1.4 serde to specifically use 1.0 instead of providing an explicit build number, e.g. 1.0.xxx.

This does not yet update the generated code to use bytes 1.0 because that would break examples and tests. I left an item in CHANGELOG.md to bump bytes in generated code next time we bump the version number

nipunn1313 commented 3 years ago

argh travis sucks - we should switch it from travis to github CI?

ParkMyCar commented 3 years ago

argh travis sucks - we should switch it from travis to github CI?

Yeah we totally should, at least we currently have rustfmt checks 🙂