From 4d21719ba3a3f5713d50af8228b60abf0fa8376d Mon Sep 17 00:00:00 2001 From: Abdulla Abdurakhmanov Date: Tue, 9 Jul 2024 18:30:11 +0200 Subject: [PATCH] Fix features cfg --- gcloud-sdk/src/api_client.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/gcloud-sdk/src/api_client.rs b/gcloud-sdk/src/api_client.rs index 42c50352e..5d20e09c0 100644 --- a/gcloud-sdk/src/api_client.rs +++ b/gcloud-sdk/src/api_client.rs @@ -212,7 +212,6 @@ impl GoogleEnvironment { } #[cfg(feature = "tls-roots")] - #[cfg(not(feature = "tls-webpki-roots"))] pub fn init_google_services_channel_tls_config( domain_name: String, ) -> tonic::transport::ClientTlsConfig { @@ -222,7 +221,6 @@ impl GoogleEnvironment { } #[cfg(feature = "tls-webpki-roots")] - #[cfg(not(feature = "tls-roots"))] pub fn init_google_services_channel_tls_config( domain_name: String, ) -> tonic::transport::ClientTlsConfig {