Skip to content

Commit e9b4038

Browse files
authored
chore: bump version for gax-internal (#3294)
Need a new version that depends on [email protected]
1 parent a65f197 commit e9b4038

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ auth = { version = "1", path = "src/auth", package = "g
353353
google-cloud-auth = { version = "1", path = "src/auth" }
354354
gax = { version = "1", path = "src/gax", package = "google-cloud-gax" }
355355
google-cloud-gax = { version = "1", path = "src/gax" }
356-
gaxi = { version = "0.6.0", path = "src/gax-internal", package = "google-cloud-gax-internal" }
356+
gaxi = { version = "0.7.0", path = "src/gax-internal", package = "google-cloud-gax-internal" }
357357
iam_v1 = { version = "1", path = "src/generated/iam/v1", package = "google-cloud-iam-v1" }
358358
google-cloud-iam-v1 = { version = "1", path = "src/generated/iam/v1" }
359359
location = { version = "1", path = "src/generated/cloud/location", package = "google-cloud-location" }

src/gax-internal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
[package]
1616
name = "google-cloud-gax-internal"
17-
version = "0.6.0"
17+
version = "0.7.0"
1818
description = "Google Cloud Client Libraries for Rust - Implementation Details"
1919
build = "build.rs"
2020
# Inherit other attributes from the workspace.

0 commit comments

Comments
 (0)