Skip to content

Commit

Permalink
chore: Fix example feature toggles
Browse files Browse the repository at this point in the history
  • Loading branch information
abdolence committed Dec 26, 2024
1 parent fe96d29 commit 1597fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gcs-rest-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["[email protected]"]
edition = "2021"

[dependencies]
gcloud-sdk = { path = "./../../gcloud-sdk", default-features = false, features = ["rest", "google-rest-storage-v1", "google-rest-compute-v1"] }
gcloud-sdk = { path = "./../../gcloud-sdk", default-features = false, features = ["google-rest-storage-v1", "google-rest-compute-v1","tls-webpki-roots"] }
tokio = { version = "1.20", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version ="0.3", features = ["env-filter"] }
Expand Down

0 comments on commit 1597fe8

Please sign in to comment.