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
Previously, the build dependencies of the `genproto` feature weren't
optional, so they were built even when not required, leading to some
breakage downstream.
However, `genproto` arguably generally shouldn't be a user-facing feature of this crate,
but is rather better hidden behind a `cfg` flag. Here, we do exactly
that, also fixing the issue mentioned above.
0 commit comments