Skip to content

Commit

Permalink
chore: bump versions to v0.1.0 (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan authored Jan 6, 2025
1 parent 0894fa7 commit 09db807
Show file tree
Hide file tree
Showing 14 changed files with 54 additions and 54 deletions.
16 changes: 8 additions & 8 deletions .sidekick.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ extra-protos-extracted-name = 'gapic-showcase-0.35.5'
[codec]
# The default version for all crates. This can be overridden in the crate's
# `.sidekick.toml` file.
version = "0.1.0-rc4"
version = "0.1.0"
# These are external (not part of `google-cloud-rust`) crates used by (nearly
# all) generated crates.
'package:bytes' = 'force-used=true,package=bytes,version=1.8.0,feature=serde'
Expand All @@ -38,12 +38,12 @@ version = "0.1.0-rc4"
'package:reqwest' = 'required-by-services=true,package=reqwest,version=0.12.12,feature=json'
'package:serde_json' = 'required-by-services=true,package=serde_json,version=1.0.134'
'package:tracing' = 'required-by-services=true,package=tracing,version=0.1.41'
'package:gax' = 'required-by-services=true,package=gcp-sdk-gax,path=src/gax,feature=unstable-sdk-client,version=0.1.0-rc4'
'package:gax' = 'required-by-services=true,package=gcp-sdk-gax,path=src/gax,feature=unstable-sdk-client,version=0.1.0'
# These are crates in `google-cloud-rust`. If not used, `sidekick` prunes them
# from the list of depedencies.
'package:gtype' = 'package=gcp-sdk-type,source=google.type,path=src/generated/type,version=0.1.0-rc4'
'package:wkt' = 'package=gcp-sdk-wkt,path=src/wkt,source=google.protobuf,version=0.1.0-rc4'
'package:iam_v1' = 'package=gcp-sdk-iam-v1,source=google.iam.v1,path=src/generated/iam/v1,version=0.1.0-rc4'
'package:location' = 'package=gcp-sdk-location,source=google.cloud.location,path=src/generated/cloud/location,version=0.1.0-rc4'
'package:longrunning' = 'package=gcp-sdk-longrunning,source=google.longrunning,path=src/generated/longrunning,version=0.1.0-rc4'
'package:rpc' = 'package=gcp-sdk-rpc,source=google.rpc,path=src/generated/rpc,version=0.1.0-rc4'
'package:gtype' = 'package=gcp-sdk-type,source=google.type,path=src/generated/type,version=0.1.0'
'package:wkt' = 'package=gcp-sdk-wkt,path=src/wkt,source=google.protobuf,version=0.1.0'
'package:iam_v1' = 'package=gcp-sdk-iam-v1,source=google.iam.v1,path=src/generated/iam/v1,version=0.1.0'
'package:location' = 'package=gcp-sdk-location,source=google.cloud.location,path=src/generated/cloud/location,version=0.1.0'
'package:longrunning' = 'package=gcp-sdk-longrunning,source=google.longrunning,path=src/generated/longrunning,version=0.1.0'
'package:rpc' = 'package=gcp-sdk-rpc,source=google.rpc,path=src/generated/rpc,version=0.1.0'
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/auth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

[package]
name = "gcp-sdk-auth"
version = "0.1.0-rc4"
version = "0.1.0"
description = "Google Cloud Client Libraries for Rust - Authentication"
edition.workspace = true
authors.workspace = true
Expand Down
8 changes: 4 additions & 4 deletions src/gax/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

[package]
name = "gcp-sdk-gax"
version = "0.1.0-rc4"
version = "0.1.0"
description = "Google Cloud Client Libraries for Rust"
build = "build.rs"
edition.workspace = true
Expand All @@ -35,9 +35,9 @@ serde = "1.0.216"
serde_json = "1.0.134"
serde_with = { version = "3.12.0", default-features = false, features = ["base64", "macros"] }
thiserror = "2.0.9"
auth = { version = "0.1.0-rc4", path = "../auth", package = "gcp-sdk-auth" }
rpc = { version = "0.1.0-rc4", path = "../generated/rpc", package = "gcp-sdk-rpc" }
wkt = { version = "0.1.0-rc4", path = "../wkt", package = "gcp-sdk-wkt" }
auth = { version = "0.1.0", path = "../auth", package = "gcp-sdk-auth" }
rpc = { version = "0.1.0", path = "../generated/rpc", package = "gcp-sdk-rpc" }
wkt = { version = "0.1.0", path = "../wkt", package = "gcp-sdk-wkt" }
rand = "0.8.5"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/gax/echo-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ axum = "0.7.9"
serde_json = "1.0.133"
tokio = { version = "1.42", features = ["macros"] }
gax = { path = "..", package = "gcp-sdk-gax", features = ["unstable-sdk-client", "unstable-stream"] }
rpc = { version = "0.1.0-rc4", path = "../../generated/rpc", package = "gcp-sdk-rpc" }
rpc = { version = "0.1.0", path = "../../generated/rpc", package = "gcp-sdk-rpc" }
6 changes: 3 additions & 3 deletions src/generated/cloud/location/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

[package]
name = "gcp-sdk-location"
version = "0.1.0-rc4"
version = "0.1.0"
description = "Google Cloud Client Libraries for Rust - Cloud Metadata API"
edition.workspace = true
authors.workspace = true
Expand All @@ -28,14 +28,14 @@ categories.workspace = true
[dependencies]
async-trait = { version = "0.1.84" }
bytes = { version = "1.8.0", features = ["serde"] }
gax = { version = "0.1.0-rc4", path = "../../../../src/gax", package = "gcp-sdk-gax", features = ["unstable-sdk-client"] }
gax = { version = "0.1.0", path = "../../../../src/gax", package = "gcp-sdk-gax", features = ["unstable-sdk-client"] }
lazy_static = { version = "1.5.0" }
reqwest = { version = "0.12.12", features = ["json"] }
serde = { version = "1.0.216", features = ["serde_derive"] }
serde_json = { version = "1.0.134" }
serde_with = { version = "3.12.0", default-features = false, features = ["base64", "macros", "std"] }
tracing = { version = "0.1.41" }
wkt = { version = "0.1.0-rc4", path = "../../../../src/wkt", package = "gcp-sdk-wkt" }
wkt = { version = "0.1.0", path = "../../../../src/wkt", package = "gcp-sdk-wkt" }

[features]
unstable-stream = ["gax/unstable-stream"]
10 changes: 5 additions & 5 deletions src/generated/cloud/secretmanager/v1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

[package]
name = "gcp-sdk-secretmanager-v1"
version = "0.1.0-rc4"
version = "0.1.0"
description = "Google Cloud Client Libraries for Rust - Secret Manager API"
edition.workspace = true
authors.workspace = true
Expand All @@ -28,16 +28,16 @@ categories.workspace = true
[dependencies]
async-trait = { version = "0.1.84" }
bytes = { version = "1.8.0", features = ["serde"] }
gax = { version = "0.1.0-rc4", path = "../../../../../src/gax", package = "gcp-sdk-gax", features = ["unstable-sdk-client"] }
iam_v1 = { version = "0.1.0-rc4", path = "../../../../../src/generated/iam/v1", package = "gcp-sdk-iam-v1" }
gax = { version = "0.1.0", path = "../../../../../src/gax", package = "gcp-sdk-gax", features = ["unstable-sdk-client"] }
iam_v1 = { version = "0.1.0", path = "../../../../../src/generated/iam/v1", package = "gcp-sdk-iam-v1" }
lazy_static = { version = "1.5.0" }
location = { version = "0.1.0-rc4", path = "../../../../../src/generated/cloud/location", package = "gcp-sdk-location" }
location = { version = "0.1.0", path = "../../../../../src/generated/cloud/location", package = "gcp-sdk-location" }
reqwest = { version = "0.12.12", features = ["json"] }
serde = { version = "1.0.216", features = ["serde_derive"] }
serde_json = { version = "1.0.134" }
serde_with = { version = "3.12.0", default-features = false, features = ["base64", "macros", "std"] }
tracing = { version = "0.1.41" }
wkt = { version = "0.1.0-rc4", path = "../../../../../src/wkt", package = "gcp-sdk-wkt" }
wkt = { version = "0.1.0", path = "../../../../../src/wkt", package = "gcp-sdk-wkt" }

[features]
unstable-stream = ["gax/unstable-stream", "location/unstable-stream"]
10 changes: 5 additions & 5 deletions src/generated/cloud/workflows/v1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

[package]
name = "gcp-sdk-workflows-v1"
version = "0.1.0-rc4"
version = "0.1.0"
description = "Google Cloud Client Libraries for Rust - Workflows API"
edition.workspace = true
authors.workspace = true
Expand All @@ -28,16 +28,16 @@ categories.workspace = true
[dependencies]
async-trait = { version = "0.1.84" }
bytes = { version = "1.8.0", features = ["serde"] }
gax = { version = "0.1.0-rc4", path = "../../../../../src/gax", package = "gcp-sdk-gax", features = ["unstable-sdk-client"] }
gax = { version = "0.1.0", path = "../../../../../src/gax", package = "gcp-sdk-gax", features = ["unstable-sdk-client"] }
lazy_static = { version = "1.5.0" }
location = { version = "0.1.0-rc4", path = "../../../../../src/generated/cloud/location", package = "gcp-sdk-location" }
longrunning = { version = "0.1.0-rc4", path = "../../../../../src/generated/longrunning", package = "gcp-sdk-longrunning" }
location = { version = "0.1.0", path = "../../../../../src/generated/cloud/location", package = "gcp-sdk-location" }
longrunning = { version = "0.1.0", path = "../../../../../src/generated/longrunning", package = "gcp-sdk-longrunning" }
reqwest = { version = "0.12.12", features = ["json"] }
serde = { version = "1.0.216", features = ["serde_derive"] }
serde_json = { version = "1.0.134" }
serde_with = { version = "3.12.0", default-features = false, features = ["base64", "macros", "std"] }
tracing = { version = "0.1.41" }
wkt = { version = "0.1.0-rc4", path = "../../../../../src/wkt", package = "gcp-sdk-wkt" }
wkt = { version = "0.1.0", path = "../../../../../src/wkt", package = "gcp-sdk-wkt" }

[features]
unstable-stream = ["gax/unstable-stream", "location/unstable-stream"]
8 changes: 4 additions & 4 deletions src/generated/iam/v1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

[package]
name = "gcp-sdk-iam-v1"
version = "0.1.0-rc4"
version = "0.1.0"
description = "Google Cloud Client Libraries for Rust - IAM Meta API"
edition.workspace = true
authors.workspace = true
Expand All @@ -28,12 +28,12 @@ categories.workspace = true
[dependencies]
async-trait = { version = "0.1.84" }
bytes = { version = "1.8.0", features = ["serde"] }
gax = { version = "0.1.0-rc4", path = "../../../../src/gax", package = "gcp-sdk-gax", features = ["unstable-sdk-client"] }
gtype = { version = "0.1.0-rc4", path = "../../../../src/generated/type", package = "gcp-sdk-type" }
gax = { version = "0.1.0", path = "../../../../src/gax", package = "gcp-sdk-gax", features = ["unstable-sdk-client"] }
gtype = { version = "0.1.0", path = "../../../../src/generated/type", package = "gcp-sdk-type" }
lazy_static = { version = "1.5.0" }
reqwest = { version = "0.12.12", features = ["json"] }
serde = { version = "1.0.216", features = ["serde_derive"] }
serde_json = { version = "1.0.134" }
serde_with = { version = "3.12.0", default-features = false, features = ["base64", "macros", "std"] }
tracing = { version = "0.1.41" }
wkt = { version = "0.1.0-rc4", path = "../../../../src/wkt", package = "gcp-sdk-wkt" }
wkt = { version = "0.1.0", path = "../../../../src/wkt", package = "gcp-sdk-wkt" }
8 changes: 4 additions & 4 deletions src/generated/longrunning/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

[package]
name = "gcp-sdk-longrunning"
version = "0.1.0-rc4"
version = "0.1.0"
description = "Google Cloud Client Libraries for Rust - Long Running Operations API"
edition.workspace = true
authors.workspace = true
Expand All @@ -28,15 +28,15 @@ categories.workspace = true
[dependencies]
async-trait = { version = "0.1.84" }
bytes = { version = "1.8.0", features = ["serde"] }
gax = { version = "0.1.0-rc4", path = "../../../src/gax", package = "gcp-sdk-gax", features = ["unstable-sdk-client"] }
gax = { version = "0.1.0", path = "../../../src/gax", package = "gcp-sdk-gax", features = ["unstable-sdk-client"] }
lazy_static = { version = "1.5.0" }
reqwest = { version = "0.12.12", features = ["json"] }
rpc = { version = "0.1.0-rc4", path = "../../../src/generated/rpc", package = "gcp-sdk-rpc" }
rpc = { version = "0.1.0", path = "../../../src/generated/rpc", package = "gcp-sdk-rpc" }
serde = { version = "1.0.216", features = ["serde_derive"] }
serde_json = { version = "1.0.134" }
serde_with = { version = "3.12.0", default-features = false, features = ["base64", "macros", "std"] }
tracing = { version = "0.1.41" }
wkt = { version = "0.1.0-rc4", path = "../../../src/wkt", package = "gcp-sdk-wkt" }
wkt = { version = "0.1.0", path = "../../../src/wkt", package = "gcp-sdk-wkt" }

[features]
unstable-stream = ["gax/unstable-stream"]
6 changes: 3 additions & 3 deletions src/generated/openapi-validation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

[package]
name = "secretmanager-openapi-v1"
version = "0.1.0-rc4"
version = "0.1.0"
description = "Google Cloud Client Libraries for Rust - Secret Manager API"
edition.workspace = true
authors.workspace = true
Expand All @@ -29,14 +29,14 @@ publish = false
[dependencies]
async-trait = { version = "0.1.84" }
bytes = { version = "1.8.0", features = ["serde"] }
gax = { version = "0.1.0-rc4", path = "../../../src/gax", package = "gcp-sdk-gax", features = ["unstable-sdk-client"] }
gax = { version = "0.1.0", path = "../../../src/gax", package = "gcp-sdk-gax", features = ["unstable-sdk-client"] }
lazy_static = { version = "1.5.0" }
reqwest = { version = "0.12.12", features = ["json"] }
serde = { version = "1.0.216", features = ["serde_derive"] }
serde_json = { version = "1.0.134" }
serde_with = { version = "3.12.0", default-features = false, features = ["base64", "macros", "std"] }
tracing = { version = "0.1.41" }
wkt = { version = "0.1.0-rc4", path = "../../../src/wkt", package = "gcp-sdk-wkt" }
wkt = { version = "0.1.0", path = "../../../src/wkt", package = "gcp-sdk-wkt" }

[features]
unstable-stream = ["gax/unstable-stream"]
4 changes: 2 additions & 2 deletions src/generated/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

[package]
name = "gcp-sdk-rpc"
version = "0.1.0-rc4"
version = "0.1.0"
description = "Google Cloud Client Libraries for Rust - Google RPC Types"
edition.workspace = true
authors.workspace = true
Expand All @@ -29,4 +29,4 @@ categories.workspace = true
bytes = { version = "1.8.0", features = ["serde"] }
serde = { version = "1.0.216", features = ["serde_derive"] }
serde_with = { version = "3.12.0", default-features = false, features = ["base64", "macros", "std"] }
wkt = { version = "0.1.0-rc4", path = "../../../src/wkt", package = "gcp-sdk-wkt" }
wkt = { version = "0.1.0", path = "../../../src/wkt", package = "gcp-sdk-wkt" }
4 changes: 2 additions & 2 deletions src/generated/type/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

[package]
name = "gcp-sdk-type"
version = "0.1.0-rc4"
version = "0.1.0"
description = "Google Cloud Client Libraries for Rust - Common Types"
edition.workspace = true
authors.workspace = true
Expand All @@ -29,4 +29,4 @@ categories.workspace = true
bytes = { version = "1.8.0", features = ["serde"] }
serde = { version = "1.0.216", features = ["serde_derive"] }
serde_with = { version = "3.12.0", default-features = false, features = ["base64", "macros", "std"] }
wkt = { version = "0.1.0-rc4", path = "../../../src/wkt", package = "gcp-sdk-wkt" }
wkt = { version = "0.1.0", path = "../../../src/wkt", package = "gcp-sdk-wkt" }
2 changes: 1 addition & 1 deletion src/wkt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

[package]
name = "gcp-sdk-wkt"
version = "0.1.0-rc4"
version = "0.1.0"
description = "Google Cloud Client Libraries for Rust - Well Known Types"
edition.workspace = true
authors.workspace = true
Expand Down

0 comments on commit 09db807

Please sign in to comment.