Skip to content

Commit

Permalink
bump version (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshidan authored Sep 22, 2024
1 parent 5d0bb4d commit 34c88d6
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions artifact-registry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "google-cloud-artifact-registry"
version = "0.7.0"
version = "0.7.1"
edition = "2021"
authors = ["yoshidan <[email protected]>"]
repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/artifact-registry"
Expand All @@ -14,7 +14,7 @@ documentation = "https://docs.rs/google-cloud-artifact-registry/latest/google_cl
google-cloud-token = { version = "0.1.2", path = "../foundation/token" }
google-cloud-auth = { optional = true, version = "0.17", path="../foundation/auth", default-features=false }
google-cloud-googleapis = { version="0.15.0", path = "../googleapis", features=["artifact-registry"]}
google-cloud-gax = { version = "0.19.0", path = "../foundation/gax"}
google-cloud-gax = { version = "0.19.1", path = "../foundation/gax"}
google-cloud-longrunning = { version = "0.20.0", path = "../foundation/longrunning" }
tracing = "0.1"
serde = { version = "1.0", features = ["derive"] }
Expand Down
4 changes: 2 additions & 2 deletions bigquery/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "google-cloud-bigquery"
version = "0.13.0"
version = "0.13.1"
edition = "2021"
authors = ["yoshidan <[email protected]>"]
repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/bigquery"
Expand All @@ -14,7 +14,7 @@ documentation = "https://docs.rs/google-cloud-bigquery/latest/google_cloud_bigqu
async-trait = "0.1"
google-cloud-token = { version = "0.1.2", path = "../foundation/token" }
google-cloud-googleapis = { version="0.15.0", path = "../googleapis", features=["bigquery"]}
google-cloud-gax = { version = "0.19.0", path = "../foundation/gax"}
google-cloud-gax = { version = "0.19.1", path = "../foundation/gax"}
thiserror = "1.0"
tracing = "0.1"
reqwest = { version = "0.12.4", features = ["json", "stream", "multipart", "charset"], default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion foundation/gax/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "google-cloud-gax"
version = "0.19.0"
version = "0.19.1"
authors = ["yoshidan <[email protected]>"]
edition = "2018"
repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/foundation/gax"
Expand Down
4 changes: 2 additions & 2 deletions foundation/longrunning/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "google-cloud-longrunning"
version = "0.20.0"
version = "0.20.1"
authors = ["yoshidan <[email protected]>"]
edition = "2021"
repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/foundation/longrunning"
Expand All @@ -11,6 +11,6 @@ description = "Google Cloud Platform longrunning library."

[dependencies]
google-cloud-googleapis = { version = "0.15.0", path = "../../googleapis" }
google-cloud-gax = { version = "0.19.0", path = "../gax" }
google-cloud-gax = { version = "0.19.1", path = "../gax" }
tonic = { version = "0.12", features = ["tls", "prost"] }
prost = "0.13"
4 changes: 2 additions & 2 deletions kms/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "google-cloud-kms"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
authors = ["yoshidan <[email protected]>"]
repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/kms"
Expand All @@ -14,7 +14,7 @@ documentation = "https://docs.rs/google-cloud-kms/latest/google_cloud_kms/"
google-cloud-token = { version = "0.1.2", path = "../foundation/token" }
google-cloud-auth = { optional = true, version = "0.17", path="../foundation/auth", default-features=false }
google-cloud-googleapis = { version="0.15.0", path = "../googleapis", features=["kms"]}
google-cloud-gax = { version = "0.19.0", path = "../foundation/gax"}
google-cloud-gax = { version = "0.19.1", path = "../foundation/gax"}
tracing = "0.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down
4 changes: 2 additions & 2 deletions pubsub/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "google-cloud-pubsub"
version = "0.29.0"
version = "0.29.1"
authors = ["yoshidan <[email protected]>"]
edition = "2021"
repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/pubsub"
Expand All @@ -20,7 +20,7 @@ thiserror = "1.0"
tokio-util = "0.7"

google-cloud-token = { version = "0.1.2", path = "../foundation/token" }
google-cloud-gax = { version = "0.19.0", path = "../foundation/gax" }
google-cloud-gax = { version = "0.19.1", path = "../foundation/gax" }
google-cloud-googleapis = { version = "0.15.0", path = "../googleapis", features = ["pubsub"]}

google-cloud-auth = { optional = true, version = "0.17", path="../foundation/auth", default-features=false }
Expand Down
6 changes: 3 additions & 3 deletions spanner/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "google-cloud-spanner"
version = "0.31.0"
version = "0.31.1"
authors = ["yoshidan <[email protected]>"]
edition = "2021"
repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/spanner"
Expand All @@ -23,8 +23,8 @@ tokio-util = "0.7"
bigdecimal = { version="0.4", features=["serde"] }

google-cloud-token = { version = "0.1.2", path = "../foundation/token" }
google-cloud-longrunning = { version = "0.20.0", path = "../foundation/longrunning" }
google-cloud-gax = { version = "0.19.0", path = "../foundation/gax" }
google-cloud-longrunning = { version = "0.20.1", path = "../foundation/longrunning" }
google-cloud-gax = { version = "0.19.1", path = "../foundation/gax" }
google-cloud-googleapis = { version = "0.15.0", path = "../googleapis", features = ["spanner"]}

google-cloud-auth = { optional = true, version = "0.17", path="../foundation/auth", default-features=false }
Expand Down

0 comments on commit 34c88d6

Please sign in to comment.