You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?