Skip to content

Commit

Permalink
Merge pull request #302 from yoshidan/bump_up
Browse files Browse the repository at this point in the history
Bump up to new version
  • Loading branch information
yoshidan authored Sep 2, 2024
2 parents dc4054e + 05e1dcf commit 6948326
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 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.6.0"
version = "0.7.0"
edition = "2021"
authors = ["yoshidan <naohiro.y@gmail.com>"]
repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/artifact-registry"
Expand All @@ -12,7 +12,7 @@ documentation = "https://docs.rs/google-cloud-artifact-registry/latest/google_cl

[dependencies]
google-cloud-token = { version = "0.1.2", path = "../foundation/token" }
google-cloud-auth = { optional = true, version = "0.16", path="../foundation/auth", default-features=false }
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-longrunning = { version = "0.20.0", path = "../foundation/longrunning" }
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.12.0"
version = "0.17.0"
edition = "2021"
authors = ["yoshidan <naohiro.y@gmail.com>"]
repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/bigquery"
Expand Down Expand Up @@ -30,7 +30,7 @@ backon = "0.4"
reqwest-middleware = { version = "0.3", features = ["json", "multipart"] }
anyhow = "1.0"

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

[dev-dependencies]
tokio = { version="1.32", features=["rt-multi-thread"] }
Expand Down
2 changes: 1 addition & 1 deletion foundation/auth/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "google-cloud-auth"
version = "0.16.0"
version = "0.17.0"
authors = ["yoshidan <naohiro.y@gmail.com>"]
edition = "2021"
repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/foundation/auth"
Expand Down
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.4.0"
version = "0.5.0"
edition = "2021"
authors = ["yoshidan <naohiro.y@gmail.com>"]
repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/kms"
Expand All @@ -12,7 +12,7 @@ documentation = "https://docs.rs/google-cloud-kms/latest/google_cloud_kms/"

[dependencies]
google-cloud-token = { version = "0.1.2", path = "../foundation/token" }
google-cloud-auth = { optional = true, version = "0.16", path="../foundation/auth", default-features=false }
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"}
tracing = "0.1"
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.28.1"
version = "0.29.0"
authors = ["yoshidan <naohiro.y@gmail.com>"]
edition = "2021"
repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/pubsub"
Expand All @@ -23,7 +23,7 @@ google-cloud-token = { version = "0.1.2", path = "../foundation/token" }
google-cloud-gax = { version = "0.19.0", path = "../foundation/gax" }
google-cloud-googleapis = { version = "0.15.0", path = "../googleapis", features = ["pubsub"]}

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

[dev-dependencies]
tokio = { version="1.32", features=["rt-multi-thread"] }
Expand Down
4 changes: 2 additions & 2 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.30.0"
version = "0.31.0"
authors = ["yoshidan <naohiro.y@gmail.com>"]
edition = "2021"
repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/spanner"
Expand All @@ -27,7 +27,7 @@ google-cloud-longrunning = { version = "0.20.0", path = "../foundation/longrunni
google-cloud-gax = { version = "0.19.0", path = "../foundation/gax" }
google-cloud-googleapis = { version = "0.15.0", path = "../googleapis", features = ["spanner"]}

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

[dev-dependencies]
tokio = { version="1.32", features=["rt-multi-thread"] }
Expand Down
4 changes: 2 additions & 2 deletions storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "google-cloud-storage"
readme = "README.md"
repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/storage"
version = "0.21.0"
version = "0.22.0"

[dependencies]
anyhow = "1.0"
Expand Down Expand Up @@ -45,7 +45,7 @@ tokio = {version = "1.32", features = ["macros"]}
tracing = "0.1"
url = "2.4"

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

[dev-dependencies]
Expand Down

0 comments on commit 6948326

Please sign in to comment.