Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 4 additions & 4 deletions librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

language: rust
version: v0.8.1-0.20260204230000-ecb27d3ef03a
version: v0.8.1-0.20260208220643-e77cccf75c05
sources:
conformance:
commit: b407e8416e3893036aee5af9a12bd9b6a0e2b2e6
Expand Down Expand Up @@ -54,9 +54,6 @@ default:
- name: bytes
package: bytes
force_used: true
- name: gax
package: google-cloud-gax
used_if: services
- name: gaxi
package: google-cloud-gax-internal
feature: _internal-http-client
Expand All @@ -67,6 +64,9 @@ default:
- name: google-cloud-common
package: google-cloud-common
source: google.cloud.common
- name: google-cloud-gax
package: google-cloud-gax
used_if: services
- name: google-cloud-grafeas-v1
package: google-cloud-grafeas-v1
source: grafeas.v1
Expand Down
2 changes: 1 addition & 1 deletion src/firestore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ serde_with.workspace = true
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
tracing.workspace = true
# Local crates
gax.workspace = true
google-cloud-gax = { workspace = true }
gaxi = { workspace = true, features = ["_internal-common", "_internal-grpc-client"] }
google-cloud-type = { workspace = true }
google-cloud-rpc = { workspace = true }
Expand Down
Loading
Loading