diff --git a/examples/simple-api-client/Cargo.toml b/examples/simple-api-client/Cargo.toml index bf346223d..0c1f04b58 100644 --- a/examples/simple-api-client/Cargo.toml +++ b/examples/simple-api-client/Cargo.toml @@ -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"] }