Skip to content

Commit 0be1686

Browse files
authored
update version (#224)
1 parent faa6eaf commit 0be1686

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

artifact-registry/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "google-cloud-artifact-registry"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
authors = ["yoshidan <naohiro.y@gmail.com>"]
66
repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/artifact-registry"
@@ -14,8 +14,8 @@ documentation = "https://docs.rs/google-cloud-artifact-registry/latest/google_cl
1414
google-cloud-token = { version = "0.1.2", path = "../foundation/token" }
1515
google-cloud-auth = { optional = true, version = "0.13", path="../foundation/auth", default-features=false }
1616
google-cloud-googleapis = { version="0.12.0", path = "../googleapis", features=["artifact-registry"]}
17-
google-cloud-gax = { version = "0.16.0", path = "../foundation/gax"}
18-
google-cloud-longrunning = { version = "0.16.0", path = "../foundation/longrunning" }
17+
google-cloud-gax = { version = "0.17.0", path = "../foundation/gax"}
18+
google-cloud-longrunning = { version = "0.17.0", path = "../foundation/longrunning" }
1919
tracing = "0.1"
2020
serde = { version = "1.0", features = ["derive"] }
2121
serde_json = "1.0"

bigquery/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "google-cloud-bigquery"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
edition = "2021"
55
authors = ["yoshidan <naohiro.y@gmail.com>"]
66
repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/bigquery"
@@ -14,7 +14,7 @@ documentation = "https://docs.rs/google-cloud-bigquery/latest/google_cloud_bigqu
1414
async-trait = "0.1"
1515
google-cloud-token = { version = "0.1.1", path = "../foundation/token" }
1616
google-cloud-googleapis = { version="0.12.0", path = "../googleapis", features=["bigquery"]}
17-
google-cloud-gax = { version = "0.16.0", path = "../foundation/gax"}
17+
google-cloud-gax = { version = "0.17.0", path = "../foundation/gax"}
1818
thiserror = "1.0"
1919
tracing = "0.1"
2020
reqwest = { version = "0.11", features = ["json", "stream", "multipart"], default-features = false }

foundation/gax/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "google-cloud-gax"
3-
version = "0.16.0"
3+
version = "0.17.0"
44
authors = ["yoshidan <naohiro.y@gmail.com>"]
55
edition = "2018"
66
repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/foundation/gax"

foundation/longrunning/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "google-cloud-longrunning"
3-
version = "0.16.0"
3+
version = "0.17.0"
44
authors = ["yoshidan <naohiro.y@gmail.com>"]
55
edition = "2021"
66
repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/foundation/longrunning"
@@ -11,6 +11,6 @@ description = "Google Cloud Platform longrunning library."
1111

1212
[dependencies]
1313
google-cloud-googleapis = { version = "0.12.0", path = "../../googleapis" }
14-
google-cloud-gax = { version = "0.16.0", path = "../gax" }
14+
google-cloud-gax = { version = "0.17.0", path = "../gax" }
1515
tonic = { version = "0.10", features = ["tls", "prost"] }
1616
prost = "0.12"

pubsub/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "google-cloud-pubsub"
3-
version = "0.21.0"
3+
version = "0.22.0"
44
authors = ["yoshidan <naohiro.y@gmail.com>"]
55
edition = "2021"
66
repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/pubsub"
@@ -20,7 +20,7 @@ thiserror = "1.0"
2020
tokio-util = "0.7"
2121

2222
google-cloud-token = { version = "0.1.1", path = "../foundation/token" }
23-
google-cloud-gax = { version = "0.16.0", path = "../foundation/gax" }
23+
google-cloud-gax = { version = "0.17.0", path = "../foundation/gax" }
2424
google-cloud-googleapis = { version = "0.12.0", path = "../googleapis", features = ["pubsub"]}
2525

2626
google-cloud-auth = { optional = true, version = "0.13", path="../foundation/auth", default-features=false }

spanner/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "google-cloud-spanner"
3-
version = "0.24.0"
3+
version = "0.25.0"
44
authors = ["yoshidan <naohiro.y@gmail.com>"]
55
edition = "2021"
66
repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/spanner"
@@ -24,8 +24,8 @@ tokio-util = "0.7"
2424
bigdecimal = { version="0.3", features=["serde"] }
2525

2626
google-cloud-token = { version = "0.1.1", path = "../foundation/token" }
27-
google-cloud-longrunning = { version = "0.16.0", path = "../foundation/longrunning" }
28-
google-cloud-gax = { version = "0.16.0", path = "../foundation/gax" }
27+
google-cloud-longrunning = { version = "0.17.0", path = "../foundation/longrunning" }
28+
google-cloud-gax = { version = "0.17.0", path = "../foundation/gax" }
2929
google-cloud-googleapis = { version = "0.12.0", path = "../googleapis", features = ["spanner"]}
3030

3131
google-cloud-auth = { optional = true, version = "0.13", path="../foundation/auth", default-features=false }

0 commit comments

Comments
 (0)