Closed
Description
stepancheg/rust-protobuf#737 fixes a bug in the protobuf crate where it wouldn't interact properly with build systems that use RUSTC_WRAPPER. This was released as a semver-compatible update (v3.7.1), but this crate pins protobuf to =3.2.0
(which is quite unusual in Rust), so sadly reverse dependencies can't pick up the new protobuf.
Would it be possible to update the protobuf dependency?
This is a blocker for rust-lang/rust#127682.