Skip to content

Commit

Permalink
TLS root default feature update
Browse files Browse the repository at this point in the history
  • Loading branch information
abdolence committed Jul 12, 2024
1 parent 42fc06c commit a75d191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcloud-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exclude = ["*.sh"]
doctest = false

[features]
default = ["tonic/tls-roots"]
default = ["tls-roots"]
tls-roots = ["tonic/tls-roots", "reqwest/rustls-tls-native-roots"]
tls-webpki-roots = ["tonic/tls-webpki-roots", "reqwest/rustls-tls-webpki-roots"]
rest = ["serde_with"]
Expand Down

0 comments on commit a75d191

Please sign in to comment.