Carlos O'Ryan
Carlos O'Ryan
Seems like a dup of #12292 see https://github.com/protocolbuffers/protobuf/issues/12292#issuecomment-1529680040 You need to use `find_package(Protobuf CONFIG REQUIRED)`
> Are there instructions for using protobufs without cmake or Bazel? Maybe this example helps? https://github.com/protocolbuffers/protobuf/blob/main/examples/Makefile It uses `pkg-config` to find the flags and dependencies for protobuf.
> But for the record I did try the pkg config shipped with protobuf and it didn't not include any of the abseil libraries. Possible I did it wrong of...
Repeated 5 minutes later...
https://github.com/googleapis/google-cloud-rust/pull/1988/checks?check_run_id=41556322954
No repeats in over 90d, closing.
I think it is needed. When we change `gcp-sdk-gax` (or any library that another library depends on) we need to make sure the version numbers in the Cargo.toml files are...
Thank you very much. I personally appreciate it. Do you have any thoughts on how to perform this transfer without disrupting current users too much? Maybe something like this: 1....
Hey, we looked at it in more detail and there is only **one** conflicting name (`google-cloud-auth`) between our current list of crates and what you have published. As such, we...
I just noticed we are using `google-cloud-longrunning` too. Could you transfer this one too? Or maybe you already did and I missed the invitation, in that case: do you mind...