William Smith
William Smith
Not sure if this is maintained. There's no reason to pin all these packages to specific versions, so just pinning to major versions. Also upgrading prost to 0.12 (the latest...
I want to preface this by saying that the underlying issue isn't a rules_rust issue, but rather a bazel issue: https://github.com/bazelbuild/bazel/issues/21474 If I have a setup with the following conditions:...
I have a setup with several protobuf files in the same package split across different `proto_library` targets. For example, `C` -> `B` -> `A`, and all are in the same...