Skip to content

Commit

Permalink
Update to latest version of the protobuf library
Browse files Browse the repository at this point in the history
The biggest thing I'm looking for in the newer versions is moving off of the deprecated `cfg_attr` to disable rustfmt which has broken multiple times recently (rust-lang/rust#73078, rust-lang/rust#74443).
  • Loading branch information
Daniel Smith authored Jul 17, 2020
1 parent a6762ce commit 4c09419
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ travis-ci = { repository = "mtp401/protoc-grpcio" }
grpcio-compiler = "0.6"
failure = "0.1"
tempfile = "3.1"
protobuf = "2.13"
protobuf-codegen = "2.13"
protoc = "2.13"
protobuf = "2.16"
protobuf-codegen = "2.16"
protoc = "2.16"

0 comments on commit 4c09419

Please sign in to comment.