Skip to content

Commit

Permalink
Fix pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
abdolence committed Jul 12, 2024
1 parent 2eeada1 commit 42fc06c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/simple-api-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ authors = ["me@abdolence.dev"]
edition = "2021"

[dependencies]
gcloud-sdk = { version = "0.25.0", git = "https://github.com/abdolence/gcloud-sdk-rs.git", branch = "hyper-1", default-features = false, features = ["tls-webpki-roots","google-logging-v2"] }
#gcloud-sdk = { version = "0.25.0", git = "https://github.com/abdolence/gcloud-sdk-rs.git", branch = "master", default-features = false, features = ["tls-webpki-roots","google-logging-v2"] }
gcloud-sdk = { path = "./../../gcloud-sdk", default-features = false, features = ["tls-webpki-roots","google-logging-v2"] }
tokio = { version = "1", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version ="0.3", features = ["env-filter"] }

0 comments on commit 42fc06c

Please sign in to comment.