Skip to content

Commit

Permalink
update version (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshidan authored Apr 18, 2024
1 parent 5699aa2 commit 15f562e
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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.2.0"
version = "0.3.0"
edition = "2021"
authors = ["yoshidan <[email protected]>"]
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.13", path="../foundation/auth", default-features=false }
google-cloud-auth = { optional = true, version = "0.14", path="../foundation/auth", default-features=false }
google-cloud-googleapis = { version="0.12.0", path = "../googleapis", features=["artifact-registry"]}
google-cloud-gax = { version = "0.17.0", path = "../foundation/gax"}
google-cloud-longrunning = { version = "0.17.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.7.0"
version = "0.8.0"
edition = "2021"
authors = ["yoshidan <[email protected]>"]
repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/bigquery"
Expand Down Expand Up @@ -30,7 +30,7 @@ backon = "0.4"
reqwest-middleware = "0.2"
anyhow = "1.0"

google-cloud-auth = { optional = true, version = "0.13", path="../foundation/auth", default-features=false }
google-cloud-auth = { optional = true, version = "0.14", 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.13.2"
version = "0.14.0"
authors = ["yoshidan <[email protected]>"]
edition = "2021"
repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/foundation/auth"
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.23.0"
version = "0.24.0"
authors = ["yoshidan <[email protected]>"]
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.1", path = "../foundation/token" }
google-cloud-gax = { version = "0.17.0", path = "../foundation/gax" }
google-cloud-googleapis = { version = "0.12.0", path = "../googleapis", features = ["pubsub"]}

google-cloud-auth = { optional = true, version = "0.13", path="../foundation/auth", default-features=false }
google-cloud-auth = { optional = true, version = "0.14", 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.25.0"
version = "0.26.0"
authors = ["yoshidan <[email protected]>"]
edition = "2021"
repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/spanner"
Expand All @@ -27,7 +27,7 @@ google-cloud-longrunning = { version = "0.17.0", path = "../foundation/longrunni
google-cloud-gax = { version = "0.17.0", path = "../foundation/gax" }
google-cloud-googleapis = { version = "0.12.0", path = "../googleapis", features = ["spanner"]}

google-cloud-auth = { optional = true, version = "0.13", path="../foundation/auth", default-features=false }
google-cloud-auth = { optional = true, version = "0.14", 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
@@ -1,6 +1,6 @@
[package]
name = "google-cloud-storage"
version = "0.16.0"
version = "0.17.0"
edition = "2021"
authors = ["yoshidan <[email protected]>"]
repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/storage"
Expand Down Expand Up @@ -46,7 +46,7 @@ bytes = "1.5"
async-trait = "0.1"

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

[dev-dependencies]
tokio = { version = "1.32", features = ["rt-multi-thread"] }
Expand Down

0 comments on commit 15f562e

Please sign in to comment.